-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[question][file-search] Unexpected recently opened
items in the file search
#4468
Comments
@kittaakos it looks odd to me too, we seem to pick up recent matches that don't really belong based on the query term. |
@kittaakos I tested the My recently opened list: When searching for task: |
This is still an issue with 59451b8. |
59451b8 does not seem to be related? |
I am unable to reproduce the following issue, perhaps it has been fixed? |
@vince-fugnitto I don't think it has been fixed |
The issue is that fuzzy.match("os.ts", "packages/core/src/common/resource.ts", { pre: "/", post: "\/" });
=> Object {rendered: "packages/c/o/re//s/rc/common/resource/.//t//s/", score: 13} fuzzy.test("os.ts", "packages/core/src/common/resource.ts");
=> true |
As a user I would expect the following behavior:
task
and I don't see recent items that don't match the query term.Q: is this a bug or the desired behavior?
The
file results
are correct.The text was updated successfully, but these errors were encountered: