Skip to main content
Module

x/fuse/dist/fuse.d.ts>default.IFuseOptions

Lightweight fuzzy-search, in JavaScript
Latest
interface default.IFuseOptions
import { type default } from "https://deno.land/x/fuse@v6.4.1/dist/fuse.d.ts";
const { IFuseOptions } = default;

Properties

optional
isCaseSensitive: boolean
optional
distance: number
optional
findAllMatches: boolean
optional
getFn: FuseGetFunction<T>
optional
ignoreLocation: boolean
optional
ignoreFieldNorm: boolean
optional
includeMatches: boolean
optional
includeScore: boolean
optional
keys: Array<FuseOptionKey>
optional
location: number
optional
minMatchCharLength: number
optional
shouldSort: boolean
optional
sortFn: FuseSortFunction
optional
threshold: number
optional
useExtendedSearch: boolean