Page 1 of 1

searching folders and subfolders

Posted: 19 Feb 2021 11:50
by NBRU
Support for searching folders and subfolders, that will be very convenient

Re: searching folders and subfolders

Posted: 19 Feb 2021 11:52
by highend
And why should XY find a folder name PNP when there isn't any?
And without ticking the "Path" checkbox it wouldn't find it anyway, even if your regex pattern would work...

Re: searching folders and subfolders

Posted: 19 Feb 2021 14:25
by eil
smt tells me it's again about "integrate Everything"-story.. :ninja:

Re: searching folders and subfolders

Posted: 19 Feb 2021 14:29
by Horst
eil wrote: 19 Feb 2021 14:25 smt tells me it's again about "integrate Everything"-story.. :ninja:
There are already scripts to use Everything inside of XY
I use a stripped down version without problems.

Re: searching folders and subfolders

Posted: 20 Feb 2021 22:07
by eil
Horst wrote: 19 Feb 2021 14:29 There are already scripts to use Everything inside of XY
I use a stripped down version without problems.
i just stated my assumption, as this wish is strangely described, but it's amt about searching and "Everything" is on the screenshot.(me personally see no reason to use that)

Re: searching folders and subfolders

Posted: 12 Mar 2021 09:23
by admin
What is the meaning of RegExp PN\P?

I think (s)he looks for folder P under folder PN. (It should not be "RegExp" but "Standard".) But this does not work (neither in "RegExp" nor in "Standard" mode). XY drops the "\" and converts it internally to a search for name:"*pnp*"

Question: Shouldn't a pattern PN\P find a folder P under a folder PN? Seems natural to me.

Re: searching folders and subfolders

Posted: 12 Mar 2021 12:10
by admin
Well, it can be done using the correct syntax: PN\\P /P

1) backslashes have to be doubled
2) /P switch: compare full path with pattern

Re: searching folders and subfolders

Posted: 12 Mar 2021 12:43
by admin
Question: Should XY be a little more smart and tolerant and accept PN\P as a shorthand for PN\\P /P? I mean, what else should it mean? Or am I overlooking something?

Re: searching folders and subfolders

Posted: 12 Mar 2021 13:27
by highend
As long as "Standard" is selected, it would be a good idea...

Re: searching folders and subfolders

Posted: 12 Mar 2021 13:55
by eil
admin wrote: 12 Mar 2021 12:43 Question: Should XY be a little more smart and tolerant and accept PN\P as a shorthand for PN\\P /P? I mean, what else should it mean? Or am I overlooking something?
imo it's "oversmart". :mrgreen:

Re: searching folders and subfolders

Posted: 12 Mar 2021 16:01
by admin
In the next beta PN\P will work.