IN fieldname{query}
Summary
The IN operator allows you to find terms in fields added to the file (meta data).
Please note that you cannot use the IN operator in Legal Review. Instead, use the Field Search or Field Filter.
Syntax |
Semantics |
Recommended Use |
---|---|---|
IN fieldname{query} |
Where a result of a query (a term, phrase or other query) can be found IN the field with the specified fieldname. Braces {} mark the start and end of the search within the field. |
Search your meta data and restrict the search to a specific area of a file. |
Example
Query |
Results |
Results Explained |
---|---|---|
IN occupation{dentist} |
dentist |
The word 'dentist' is found in the field 'occupation'. |
IN age{>17} |
18, 19, or a higher number |
A number higher than 17 is found in the field 'age'. |