Search for two words in any order

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
dhlytle
Posts: 15
Joined: 28 Mar 2017 04:33

Search for two words in any order

Post by dhlytle »

I found how to search for two words in the order entered eg. first*second.


Is their a simple search that find records with two words regardless of order?

Thanks,

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Search for two words in any order

Post by highend »

A boolean search

Code: Select all

:second AND first
One of my scripts helped you out? Please donate via Paypal

dhlytle
Posts: 15
Joined: 28 Mar 2017 04:33

Re: Search for two words in any order

Post by dhlytle »

Thanks for the reply.

To clarify (and I will have to try to structure my questions with better precision),
I am trying to filter on content that contains two (or more) words in any order and any place in the file (document).
It seems that boolean functions are not available for creating content filters.

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Search for two words in any order

Post by highend »

It seems that boolean functions are not available for creating content filters
Of course they are... :biggrin:

Code: Select all

:cont:second AND first
One of my scripts helped you out? Please donate via Paypal

Post Reply