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

fix(designer): Fix issue where characters later in a token name would carry less relevence in a search #4736

Merged
merged 4 commits into from Apr 30, 2024

Conversation

hartra344
Copy link
Contributor

Fixes #4731

CleanShot.2024-04-29.at.22.03.23.mp4

This pull request primarily focuses on improving the search functionality across various components of the application. The key change in this pull request is the addition of the ignoreLocation option in the Fuse search configuration. This option has been added in multiple places across the application, which signifies that the location of the match within the text (i.e., the position of the characters in the match relative to the whole text) will no longer affect the search results. This change could potentially improve the accuracy of search results.

Key changes include:

Fuse search configuration updates:

@hartra344 hartra344 merged commit 2dfc193 into main Apr 30, 2024
11 checks passed
@hartra344 hartra344 deleted the searchImprovement branch April 30, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token search is limited to 12th keyword
2 participants