| Field | Type | Required | Description |
|---|---|---|---|
warning_type |
models.WarningType | ✔️ | The type of the warning. |
last_used_term |
Optional[str] | ➖ | The last term we considered in the user's long query. |
quotes_ignored_query |
Optional[str] | ➖ | The query after ignoring/removing quotes. |
ignored_terms |
List[str] | ➖ | A list of query terms that were ignored when generating search results, if any. For example, terms containing invalid filters such as "updated:invalid_date" will be ignored. |