_missing_: search modifier that matches when a field has no value (is empty).
_exists_: search modifier that matches when a field has a value (is not empty).
Example query
This query looks in the drug/event endpoint for records that are missing a company number, meaning that the report was submitted directly by a member of the public and not through a drug manufacturer.
Search for records where the field companynumb is missing or empty
Example query
This query looks in the drug/event endpoint for records that have a company number, meaning that the report was submitted through a drug manufacturer.
Search for records where the field companynumb has data in it