Page 1 of 2
Live Filter - Include Subfolders
Posted: 15 Jul 2016 22:25
by adamfrank321
Is it possible to include results from subfolders when using the Live Filter feature (similar to "Find Files" > "Include Subfolders")?
Thanks in advance

Re: Live Filter - Include Subfolders
Posted: 15 Jul 2016 22:39
by highend
Welcome to the forum.
You could activate a files only branch view for that to work, e.g.:
<your folder>\? /flatfiles
and then you'll see all files that match the live filter box for all subfolders...
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 12:47
by TSS
I'm still not sure what to do to search inside folders. What should I tick (or untick) to make it works? Now I can only search inside active folder.
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 13:42
by highend
You have to append "\? /flatfiles" to the path in the address bar
E.g. the path in the address bar is currently:
D:\Music
and you want a files only branch view for that folder, modify it to:
D:\Music\? /flatfiles
and hit {ENTER} afterwards
As an alternative a little script that does it for you:
Code: Select all
goto tab("get", "path") . "\? /flatfiles";
Or:
Configuration | Find Files & Branch View | Branch View | Default branch view type
Choose "Files only"
and instead of doing it manually or using a script you can use Menu - View - Views - Branch View
to switch to this "/flatfiles" view but this is set as a default for this menu entry (and I don't know if you want that)
You can then use the live filter to filter for all files in all (sub-)folders...
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 14:22
by yusef88
highend wrote:
Code: Select all
goto tab("get", "path") . "\? /flatfiles";
why this makes branch view for selected folder instead of current path?
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 14:31
by highend
why this makes branch view for selected folder instead of current path?
Execute this:
Code: Select all
?goto tab("get", "path") . "\? /flatfiles";
And show two screenshots:
1. The one before you execute it which shows the address bar and the list with the selected folder
2. Another one when the Script debug window is there
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 14:33
by TSS
Thank you highend.
I just add new button "branch view" to the toolbar and it's best option (I think) for me

thanks again!
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 19:26
by aurumdigitus
Interesting thread. Frequent user of Branch View. Often have to leave computer then return much later having forgotten just what was going on.
It would be useful if Branch View had a stronger visual cue just "branch view done in x ms" in the Status Bar. Maybe something like the Color Change Information Bar when it is active.
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 20:43
by yusef88
maybe "/flatfiles" switch is the reason
for instance using other search switch treats the tab's path not the selected folder
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 20:50
by highend
*baffled*
Can't explain why it chooses the selected folder to make the branch view. The output of the command states that it would just use the
"E:\Download" folder^^ And it works like it should on my system...
Re: Live Filter - Include Subfolders
Posted: 19 Jul 2016 23:33
by LittleBiG
yusef88 wrote:maybe "/flatfiles" switch is the reason
for instance using other search switch treats the tab's path not the selected folder
It seems you use a version older than 17.00.0008
Code: Select all
v17.00.0008 - 2016-07-14 19:22
! Branch View: A Branch View triggered via /flat switch would be applied to
any selected subfolder(s) instead of the folder passed with the switch.
This should not happen. Fixed.
Re: Live Filter - Include Subfolders
Posted: 20 Jul 2016 00:01
by yusef88
Yes! that's true.. thanks.
LittleBiG wrote:It seems you use a version older than 17.00.0008
Code: Select all
v17.00.0008 - 2016-07-14 19:22
! Branch View: A Branch View triggered via /flat switch would be applied to
any selected subfolder(s) instead of the folder passed with the switch.
This should not happen. Fixed.
Re: Live Filter - Include Subfolders
Posted: 13 Aug 2016 10:28
by admin
adamfrank321 wrote:Is it possible to include results from subfolders when using the Live Filter feature (similar to "Find Files" > "Include Subfolders")?
There are plans to optionally turn the "Live Filter Box" into a "Live Quick Search Box". I think that would be what you are after.
Re: Live Filter - Include Subfolders
Posted: 13 Mar 2023 14:03
by yogi
admin wrote: ↑13 Aug 2016 10:28
adamfrank321 wrote:Is it possible to include results from subfolders when using the Live Filter feature (similar to "Find Files" > "Include Subfolders")?
There are plans to optionally turn the "Live Filter Box" into a "Live Quick Search Box". I think that would be what you are after.
Found this thread because I also want to accomplish the same... a quick/easy/simple way to include results from subfolders. Did the plans to optionally turn the "Live Filter Box" into a "Live Quick Search Box" ever happen? If so, please tell me how to do it. Thank you!
Re: Live Filter - Include Subfolders
Posted: 14 Mar 2023 12:37
by admin
Not yet.