Currently, all words of a search query MUST be present in target database item. So alpha beta gamma would find only groups/entries that contain all three words.
There are a few requests to add a negative search modifier to indicate words that MUST NOT be present in the target item.
For example, alpha beta !gamma would find only those items that contain alpha and beta, but not gamma.
Currently, all words of a search query MUST be present in target database item. So
alpha beta gamma
would find only groups/entries that contain all three words.There are a few requests to add a negative search modifier to indicate words that MUST NOT be present in the target item.
For example,
alpha beta !gamma
would find only those items that containalpha
andbeta
, but notgamma
.