Flow.Launcher
Flow.Launcher copied to clipboard
BUG: Explorer Plugin: Path Search Action Keyword does not work
Checks
-
[x] I have checked that this issue has not already been reported.
-
[x] I am using the latest version of Flow Launcher.
Problem Description
Path Search Action Keyword does not work. Using it does not produce any results although folders are found when using the Search Action Keyword.
To Reproduce
- Define a Path Search Action Keyword
- Use it searching for a folder
- No folders are displayed
Screenshots
Flow Launcher Version
1.19.5
Windows Build Number
10.0.26100.3476
Error Log
Replace this line with the important log contents.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
If I remember correctly, path search is for searching a path e.g c:\blah and we haven't implemented actual folder search (which we should).
Hi everyone. Thank you very much for your comments. I think my description was wrong but the bug still exists. The path keyword does not work in general. Not even for a path search. It seems it is restricted to search only in the Quick access elements?
The bug occurs in the search manager. I'm working on a fix.
@01Dri I think this is also fixed in your recent PR, I was able to navigate path using the action keyword during testing. Could you double check the dev build please.
@jjw24 The problem is still happening.
I have a question... When using the path search action, should it return only folders? I just want to understand the idea behind this feature.
It's actually designed to be used to search for path only like c:\blah but not blah. So it should follow the same principle of a path search
I think we should add new folder or file only search options so for example you can type 'blah' and get the blah directory only or blah_file for file only.
It's actually designed to be used to search for path only like c:\blah but not blah. So it should follow the same principle of a path search
Hmm, I understand now. So both using only C:\ in Flow or fo (action keyword) C:\ should return the same results, right? If that’s correct, then the feature is working as expected.. but I think it could be a bit confusing for users
I think we should add new folder or file only search options so for example you can type 'blah' and get the blah directory only or blah_file for file only.
I agree. I can help with implementing these new features.
I think we should add new folder or file only search options so for example you can type 'blah' and get the blah directory only or blah_file for file only.
I agree. I can help with implementing these new features.
That would be great. This will require working with windows search queries which you should already see similar queries in the current code as a reference.
I will close this this issue for now since path action keyword is properly traversing paths.