Flow.Launcher icon indicating copy to clipboard operation
Flow.Launcher copied to clipboard

BUG: Explorer Plugin: Path Search Action Keyword does not work

Open daninedan opened this issue 8 months ago • 1 comments

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

  1. Define a Path Search Action Keyword
  2. Use it searching for a folder
  3. No folders are displayed

Screenshots

Image

Image

Image

Flow Launcher Version

1.19.5

Windows Build Number

10.0.26100.3476

Error Log


Replace this line with the important log contents.

daninedan avatar Apr 03 '25 10:04 daninedan

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

github-actions[bot] avatar Jun 03 '25 02:06 github-actions[bot]

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).

jjw24 avatar Jun 22 '25 05:06 jjw24

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?

daninedan avatar Jun 22 '25 06:06 daninedan

The bug occurs in the search manager. I'm working on a fix.

01Dri avatar Oct 21 '25 03:10 01Dri

@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 avatar Oct 21 '25 07:10 jjw24

@jjw24 The problem is still happening.

Image

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.

01Dri avatar Oct 22 '25 03:10 01Dri

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.

jjw24 avatar Oct 22 '25 06:10 jjw24

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.

01Dri avatar Oct 22 '25 22:10 01Dri

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.

jjw24 avatar Oct 29 '25 10:10 jjw24

I will close this this issue for now since path action keyword is properly traversing paths.

jjw24 avatar Oct 29 '25 10:10 jjw24