Page 1 of 1

Search for two words in any order

Posted: 29 Aug 2017 18:34
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,

Re: Search for two words in any order

Posted: 29 Aug 2017 18:43
by highend
A boolean search

Code: Select all

:second AND first

Re: Search for two words in any order

Posted: 30 Aug 2017 03:53
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.

Re: Search for two words in any order

Posted: 30 Aug 2017 09:03
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