Performs fuzzy search on an array of items with exact match detection
Searches for items with values similar to the search query using Fuse.js.
First checks for an exact match (case-insensitive), then performs
fuzzy matching if no exact match is found. Returns the actual matching items.
Performs fuzzy search on an array of items with exact match detection
Searches for items with values similar to the search query using Fuse.js. First checks for an exact match (case-insensitive), then performs fuzzy matching if no exact match is found. Returns the actual matching items.