Code: Select all
loc:!""Code: Select all
loc:!""Code: Select all
loc:?*What does this search for?admin wrote:Inverted searches always scan the whole system, not only tag.dat.
What you need is this:Code: Select all
loc:?*
Code: Select all
+ Extra Tags: Now Find Files by Extra Tags also supports the localized and
case-insensitive column captions as field prefixes. When you have a column
called "Rating" then this term can be used to find all items with "Rating"
better than 2.
rating: > 2
Makes sense.TheQwerty wrote:EDIT: So can the ID parameter of ExtraTags() be made to also support this?
If omitted return the definitions for all ETs, one per line.
Else If 1-5 > ex1-ex5.
Else If "ex#" > ex#
Else first column with matching caption.
The '*' before the question mark tells XY to search all locations if you omit it then XY will search the current path:nerdweed wrote:"Checked" goto "*?:Check:1 /t" ; returns all checked items.
How can I ignore the other set of items
Code: Select all
"Checked in Current Path" goto '?:Check:1 /t';Code: Select all
"Check but not in ?:\Test\B" goto "*?:Check:1 & !prop:#<get propertyindex ""folder path"">:""?:\Test\B"" /t";