Multiple searches in one

General discussion related to "Everything".
Post Reply
VoidGuy
Posts: 6
Joined: Thu Sep 17, 2020 4:43 am

Multiple searches in one

Post by VoidGuy »

depth:3 "D:\Research\Reports" !"D:\Research\Reports\Completed"
depth:4 "E:\Staging\Reports"
"F:\Preliminary\Reports"

Guys, lets say I have the above searches, and I want to combine them into 1 search. What is the correct way to do it? I tried using | but cant figure out how to use it while having the depth: stuffs.

Thanks in advance.
void
Developer
Posts: 17152
Joined: Fri Oct 16, 2009 11:31 pm

Re: Multiple searches in one

Post by void »

Please try < > grouping:

<depth:3 "D:\Research\Reports" !"D:\Research\Reports\Completed"> | <depth:4 "E:\Staging\Reports"> | "F:\Preliminary\Reports"


| = OR
VoidGuy
Posts: 6
Joined: Thu Sep 17, 2020 4:43 am

Re: Multiple searches in one

Post by VoidGuy »

AHHH, thats how its done! Thank you so much!
Post Reply