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,
Search for two words in any order
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Search for two words in any order
A boolean search
Code: Select all
:second AND firstOne 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
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.
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
Of course they are...It seems that boolean functions are not available for creating content filters
Code: Select all
:cont:second AND firstOne of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club