Field: Summary

Description

Summary is a reference field for all entities and is synonymous with the field Name.

Lucene Syntax

Within the contains/does not contains value for the "Summary" field, you can use Lucene query parser syntax - including * and ? wildcards.

See the Lucene Query Parser documentation for more information.

Examples

To find all entities with "ATM" in the Summary field, write the following query:

Summary ~ "ATM"

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • Incident

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels