Const
Named Fuse.js preset configurations for standardized threshold behavior across components. Use these presets when calling buildFuse() to ensure consistent fuzzy search behavior.
Readonly
export const FUSE_PRESET_STRICT = { threshold: 0.2 } as const; // Highly strict matching Copy
export const FUSE_PRESET_STRICT = { threshold: 0.2 } as const; // Highly strict matching
Named Fuse.js preset configurations for standardized threshold behavior across components. Use these presets when calling buildFuse() to ensure consistent fuzzy search behavior.