Closed dubzzz closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
kbar | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 18, 2023 9:20am |
@timc1 Do you think there is a change to have it merged?
Thank you so so much ❤️
@dubzzz Thanks for the contribution! :)
The current settings passed to fuse.js, make it unable to match something appearing very far in the label. In other words, if the label is made of 10 words and the query of the user aim to select on the 10th word, you'll never get the item.
With this PR I suggest to relax this constraint by asking fuse.js to ignore the location when performing its searches.
It should fixes the issue #337.