Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Search functionality in Entity explorer filter results for longer names is not same as for shorter names #39676

Open
ankitakinger opened this issue Mar 11, 2025 · 0 comments
Assignees
Labels
IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Task A simple Todo

Comments

@ankitakinger
Copy link
Contributor

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

@ankitakinger ankitakinger added IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Task A simple Todo labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Task A simple Todo
Projects
None yet
Development

No branches or pull requests

2 participants