-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file-search to prioritize exact matches
Fixes #5636 Fixes an issue where `exact` file results were not being displayed since `fuzzy` matches were added instead. Due to the limit present when searching for files, `exact` matches should be prioritized more while `fuzzy` matches should be used to fill up the result list if necessary. Adjusting the code means that better results are returned, and for an end-user, they get more consistent results in respect to their workspace. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information
1 parent
37c9659
commit de813fb
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters