Quorum Operator
Use the Quorum operator to search for a specified number of terms in no particular order from a list.
Syntax |
Semantics |
---|---|
n of {subquery1, subquery2, ...} |
Finds all files that match at least n different sub queries. All hits of all sub queries that are in the files will be highlighted. n is equal to or less than the total number of terms in the list. |
Examples
Example of query |
Results |
---|---|
2 of {history, english, social studies, french, dutch, german} |
|
1 of {blue, green, red}
|
|
3 of {blue, green, red} |
blue, green, red |