Skip to content

bookmarkSearchFuseOptions

const bookmarkSearchFuseOptions: object

Defined in: domain/search/bookmark-search.ts:200

Bookmark検索に使うFuse.js optionです。

ignoreLocation: true = true

includeMatches: true = true

includeScore: true = true

keys: object[]

minMatchCharLength: number = 2

threshold: number = 0.4

https://www.fusejs.io/api/options.html

Last updated: