Skip to content

bookmarkSearchFuseOptions

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

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: