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

[open file][find command] Unexpected search results #4537

Closed
AlexTugarev opened this issue Mar 12, 2019 · 4 comments · Fixed by #4549
Closed

[open file][find command] Unexpected search results #4537

AlexTugarev opened this issue Mar 12, 2019 · 4 comments · Fixed by #4549
Assignees
Labels
bug bugs found in the application commands issues related to application commands

Comments

@AlexTugarev
Copy link
Contributor

If the search string is matched, I'd expect there would be no substring search results included.

2019-03-12 17 07 28

2019-03-12 17 06 40

/cc. @akosyakov

@akosyakov
Copy link
Member

Maybe related #4508

@akosyakov akosyakov added bug bugs found in the application commands issues related to application commands labels Mar 12, 2019
@akosyakov akosyakov self-assigned this Mar 13, 2019
@akosyakov
Copy link
Member

We enable separate substring matching by default. Looking at clients it is not really good default. I would like to make it configurable and disable by default. Objections?

@akosyakov
Copy link
Member

And there is apparently a race in quick file, looking into it as well.

@akosyakov
Copy link
Member

akosyakov commented Mar 13, 2019

The file search also returns unrelated results:
Screen Shot 2019-03-13 at 09 08 17

Backend does absolute matching when frontend expects relative matches.

akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
…4537

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
…4537

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
…4537

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 13, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 14, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 14, 2019
…4537

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 14, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 15, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 15, 2019
…4537

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Mar 15, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application commands issues related to application commands
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants