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.
Multiple searches in one
Re: Multiple searches in one
Please try < > grouping:
| = OR
<depth:3 "D:\Research\Reports" !"D:\Research\Reports\Completed"> | <depth:4 "E:\Staging\Reports"> | "F:\Preliminary\Reports"
| = OR
Re: Multiple searches in one
AHHH, thats how its done! Thank you so much!