If you are experiencing problems with "Everything", post here for assistance.
Thy Grand Voidinesss
Posts: 691 Joined: Wed Jun 01, 2022 5:01 pm
Post
by Thy Grand Voidinesss » Mon May 13, 2024 10:54 am
Under the
Search > Organize Filters... > Edit > Search
I have
Code: Select all
"C:\test folder A\" | "C:\test folder B\" file:
as I need a Filter that will look at the same time for files in at least two locations - but it does not work [i.e. it returns zero items]
Hence my question: what would be the correct expression to achieve this?
I tried looking for examples [
search.php?keywords=filter+multiple+paths ] but did not find them
therube
Posts: 4977 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Mon May 13, 2024 3:10 pm
See if grouping does anything for you?
<"C:\test folder A\" | "C:\test folder B\"> file:
(Though I still would have expected something to be returned? Oh, you might need a
path: in there too.)
Thy Grand Voidinesss
Posts: 691 Joined: Wed Jun 01, 2022 5:01 pm
Post
by Thy Grand Voidinesss » Mon May 13, 2024 6:34 pm
therube wrote: ↑ Mon May 13, 2024 3:10 pm
[...]
<"C:\test folder A\" | "C:\test folder B\"> file:
[...]
This works A-OK when put in the box of Search Edit - but not when used in
Search > Organize Filters... > Edit > Search
void
Developer
Posts: 16748 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon May 13, 2024 11:23 pm
Check if there's any search options checked in the filter under Search -> Organize Filters -> Select Filter -> Edit
Uncheck Match Whole Words
Uncheck Regular expressions
Thy Grand Voidinesss
Posts: 691 Joined: Wed Jun 01, 2022 5:01 pm
Post
by Thy Grand Voidinesss » Thu May 16, 2024 9:08 pm
I do not know what I was doing previously wrong, but now it seems to work A-OK; probably I was too tired to see some obvious typo or ill-selected option
Thank you both for your help