[Task]: Search functionality in Entity explorer filter results for longer names is not same as for shorter names #39676
Labels
IDE Pod
Issues that new developers face while exploring the IDE
IDE Product
Issues related to the IDE Product
Task
A simple Todo
SubTasks
Search functionality in Entity explorer filter results for longer names is not same as for shorter names. This is a known issue since long and hasn't been changed recently.
For shorter names, the search results is refined to the exact match of the search string, eg. if we search "Query1" then the search results will only show "Query1" and queries like "Query2" "Query3" will not be seen.
For longer names, the search results show all the results that even has a closer match of the search string, eg. if we search "QueryModule1" then the search results will show "QueryModule1" and also queries like "QueryModule2" "QueryModule3" will be seen.
This is a known issue with the library we use for search functionality - Fuse.js
Reference:
krisk/Fuse#515
krisk/Fuse#404
https://codestax.medium.com/mastering-fuzzy-search-with-fuse-js-a-comprehensive-guide-7c711cace162
The text was updated successfully, but these errors were encountered: