Code: Select all
macro: >> nested, but separate search query
UPDATE: By saying "previous search results" I actually mean folders and files, that have been found previously.
Code: Select all
macro: >> nested, but separate search query
ext:doc
ext:doc blabla
dm:today
ext:txt
I thought regex don't work with path: modifier and some attempts to use them together only confirmed my delusion. But it turned out, that path:regex: works fine and I was simply using wrong regexRegex overrides the search syntax. Search operators, wildcards, macros, modifiers and functions do not work in regex mode.