Search | Query Syntax | Wildcards#

  • Currently supported wildcards: * and ?

  • Escape character: \

  • Avoid starting a wildcard term with * or ? in search, as it may result in a slow-running query. This does not affect rule matching: rules run on RE2, which matches in linear time and is not slowed by a leading wildcard.

    Search and rules use literal values and regex patterns to look for matching values assigned to the corresponding JSON path fields.

Combine wildcards with Boolean operators (AND/OR) to create more refined searches.