Field Specifiers for Common Restrictions
| Specifier | Finds documents in which a specified field contains... |
|---|---|
| MATCH | a value that exactly matches one or more specified strings |
| REGEXMATCH | a value that exactly matches a regular expression |
| EQUAL, GREATER, LESS, NOTEQUAL, NRANGE | a number |
| GTNOW, LTNOW, or RANGE | a date |
| WILD | a value that matches a specified Wildcard string |