Code: Select all
macro: >> nested, but separate search queryUPDATE: By saying "previous search results" I actually mean folders and files, that have been found previously.
Code: Select all
macro: >> nested, but separate search queryext:docext:doc blabladm:todayext:txtI 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.
Thanks for feedback and clarification! (Man, was I wrong!