Search Options
This tables describes free text search and text filter behavior:
Type of entry | Analyzed | Non-analyzed |
---|---|---|
term |
Find entries with this term. This search is case insensitive. For example, using the term "great" finds "great" and "AppDynamics is great". |
Looks for an exact match and is case sensitive. For example, using the term "order" finds "order" but not "/PlaceOrder. |
term1 term2 | Returns results containing both term1 and term2 irrespective of the order the terms appear. |
Terms connect implicitly with AND Looks for an exact match and find results containing "term1 term2". |
term1, term2 | This works the same as the space-separated list of terms. |
Terms connect implicitly with OR Looks for an exact match for either term1 or term2. |
term* term? |
Finds all fields where the value is this string plus one additional character <?> or multiple <*>. Because all non-alphanumeric fields are delimiters, the escape character has no effect. |
Finds all fields where the value is this string plus one additional character <?> or multiple <*>. To search for a field containing a wild card character, escape with a "\". |
NOT term | Use the NOT comparison operator to find everything except the term. NOT can be used with any of the entries in this table. | Use the NOT comparison operator to find everything except the term. NOT can be used with any of the entries in this table. |