1.0.0 • Published 8 months ago

@virgodev/fuse-search v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 months ago

Fuse options

const fuseOptions = {
	// isCaseSensitive: false,
	// includeScore: false,
	// shouldSort: true,
	// includeMatches: false,
	// findAllMatches: false,
	// minMatchCharLength: 1,
	// location: 0,
	// threshold: 0.6,
	// distance: 100,
	// useExtendedSearch: false,
	// ignoreLocation: false,
	// ignoreFieldNorm: false,
	// fieldNormWeight: 1,
	keys: [
		"title",
		"author.firstName"
	]
};
1.0.0

8 months ago