The search usually looks like this:
Code: Select all
Q: path:<dogs|cats|birds|lizards|spiders> imagesSo for example, my folders look like this:
Code: Select all
Q:\F1\F2\dogs\imagesCode: Select all
Q:\F1\F2\cats\imagesCode: Select all
Q: path:<dogs|cats|birds|lizards|spiders> imagesI created a filter for quicker execution:
Code: Select all
q: path:<name:> imagesCode: Select all
qimg<name>Code: Select all
dogs|cats|lizards|horsesBut when I deactivate the filter, activate the "Everything" filter and use the macro like this:
Code: Select all
qimg:dogs|catsIt 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