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

BUG: Explorer Plugin Does Not Search For Directories? #2670

Open
2 tasks done
ParasiteDelta opened this issue Apr 24, 2024 · 5 comments
Open
2 tasks done

BUG: Explorer Plugin Does Not Search For Directories? #2670

ParasiteDelta opened this issue Apr 24, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ParasiteDelta
Copy link

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

When searching through a tool that indexes both files and folders, it is expected that if you search for a directory and have a match, that it will display as one of the top options.

This is not what happens, however, as no matter what you enter or how you enter your search query, that specific folder that you want will never be listed in the results. It will show random files from nested subdirectories of the directory that you want, but it will never list the directory itself as an item. Because of this, it is physically impossible to search for a specific folder unless you've already added said folder to your Quick Access Links, which ultimately defeats the purpose.

To Reproduce

  1. Try searching for a directory
  2. Realize that said directory never shows up in the results, add the desired directory to Quick Access Links
  3. Have it finally show up in the results

Screenshots

Explorer results with the desired directory added to Quick Access Links:
image

Explorer results without the desired directory added to Quick Access Links:
image

Flow Launcher Version

1.18.0

Windows Build Number

10.0.19045.3324

Error Log

Replace this line with the important log contents.
@ParasiteDelta ParasiteDelta added the bug Something isn't working label Apr 24, 2024
@deefrawley
Copy link
Member

Are you using Everything or Windows Index as your search engine (can be found in the plugin settings)?

@ParasiteDelta
Copy link
Author

I tried using Windows Index before switching to Everything, and it's the same thing in both cases for me. The weird part is that I tried directly searching using the Everything window, and it worked flawlessly; pulled up the target directory immediately.

@taooceros
Copy link
Member

Would this related to result ordering? We don't associate a score for the result found, which may make the directory result appears relatively at the bottom?

@ParasiteDelta
Copy link
Author

image

Sadly, it doesn't seem so. That's why this is so weird: the result that one expects, the directory itself, never appears in the list. Random subdirectories that are nested within the desired directory show up, but the directory itself is never listed.

image

And again, it shows up properly without full completion using Everything.

@jjw24
Copy link
Member

jjw24 commented May 15, 2024

@taooceros didn't we at some point added searching of the path as well? These irrelevant results do have path matching the search text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants