Search TermDefinition
itemSearches for datafields containing the word "item".
"item"Searches for datafields containing only the word "item" and nothing else.
!itemSearches for datafields that does not contain "item".
!"item"Searches for datafields that contain anything other than just the word "item".
""Searches for datafields that contain nothing. (empty)
!""Searches for datafields that contain anything at all. (not empty)
a bSearches for datafields containing both "a" and "b".
"a b" "c d"Searches for datafields containing both the item "a b" and the item "c d".
a || bSearches for datafields containing either "a", or "b", or both.
>123Searches for datafields containing a number greater than 123.
>=123Searches for datafields containing a number greater than or equal to 123.
<123Searches for datafields containing a number less than 123.
<=123Searches for datafields containing a number less than or equal to 123.
>123 <456Searches for datafields containing a number between 123 and 456.
MED-References