Content Search with two words

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vuslx
Posts: 22
Joined: Tue Mar 08, 2022 6:50 am

Content Search with two words

Post by vuslx »

Hi. I want to content search with two or more words/strings.

For example like that: content:apple-is-good. I want to find content "Apple is good". In search engines like google, you put words in quotation marks."apple is good".

How can i do this with Everything? Thanks a lot.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Content Search with two words

Post by void »

To find the exact phrase, use:

content:"apple is good"



To find each word (order and occurrence does not matter):

content:<apple is good>

-or-

content:apple content:is content:good



<subexpressions>
Post Reply