The search usually looks like this:
Code: Select all
Q: path:<dogs|cats|birds|lizards|spiders> images
So for example, my folders look like this:
Code: Select all
Q:\F1\F2\dogs\images
Code: Select all
Q:\F1\F2\cats\images
Code: Select all
Q: path:<dogs|cats|birds|lizards|spiders> images
I created a filter for quicker execution:
Code: Select all
q: path:<name:> images
Code: Select all
qimg<name>
Code: Select all
dogs|cats|lizards|horses
But when I deactivate the filter, activate the "Everything" filter and use the macro like this:
Code: Select all
qimg:dogs|cats
It returns a list of 4,000+ objects and I can't figure out if this is expected behavior or I'm doing something wrong.
I think it has something to do with the "|" operator, because the macro works until I add an "|" operator
Hopefully this makes sense. Thanks for any help