How to search for 2+ words when using "content"?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
ctx
Posts: 3
Joined: Tue Oct 04, 2022 8:52 am

How to search for 2+ words when using "content"?

Post by ctx »

This must be very simple but I can't figure it out.

I have a folder of text files indexed in the Content settings. Is it possible to search for a text file including 2 or more words?

I know I can do
content:"word1 word2 word3"
and that will find me any text file with that specific order. But can I search for a text file that simply contains word1 and word2 and word3 without being grouped together?
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to search for 2+ words when using "content"?

Post by void »

Please try:

content:word1 content:word2 content:word3



-or-

With Everything 1.5:

content:<word1 word2 word3>
ctx
Posts: 3
Joined: Tue Oct 04, 2022 8:52 am

Re: How to search for 2+ words when using "content"?

Post by ctx »

Wow! Fast response! Thank you!

Is there a guide somewhere that has info on stuff like this?
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to search for 2+ words when using "content"?

Post by void »

Post Reply