Search for file name OR content simultaneously

Discussion related to "Everything" 1.5 Alpha.
Post Reply
David.P
Posts: 183
Joined: Fri May 29, 2020 3:22 pm

Search for file name OR content simultaneously

Post by David.P »

Hello Community,

Is it possible to search for a file name OR for something else, for example file content, at the same time?

For example like this:
Foo OR (ext:docx content:Foo)
(this example does not seem to work).

Is this possible somehow?
reitwal
Posts: 21
Joined: Sat Apr 09, 2016 9:19 am

Re: Search for file name OR content simultaneously

Post by reitwal »

See similar question!
viewtopic.php?p=48970#p48970
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for file name OR content simultaneously

Post by void »

Please try the following search:

Foo | <ext:docx content:Foo>

| = OR
< > = grouping



To use the literal OR operator:
  • In Everything, from the Tools menu, click Options.
  • Click the Search tab on the left.
  • Check Allow literal operators.
  • Click OK.
Now you can search for:

Foo OR <ext:docx content:Foo>
Post Reply