Skip to content

Commit 4395a93

Browse files
authored
Describe search filters (#7744)
* Describe search filters * Update servicepulse/all-messages.md * Update servicepulse/all-messages.md * Update servicepulse/all-messages.md * Update servicepulse/all-messages.md
1 parent 838d768 commit 4395a93

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

servicepulse/all-messages.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,20 @@ The results can be filtered by one or more of the following criteria:
5151

5252
- **Date Range:** Specify the date range along with the time within that range.
5353
- **Endpoint:** Select a specific endpoint.
54-
- **Custom Filter:** Perform a free-text search across message data. This also supports wildcards.
54+
- **Custom Filter:** Perform a free-text search across message data.
5555

5656
By default, the view displays 100 messages but can be customized to display up to a maximum of 500 messages. To display specific messages, modify the filters to narrow down the displayed results.
5757

58+
## Filtering Options
59+
60+
The search filter works in the following way:
61+
62+
- The filter is case insensitive (i.e., `term` and `TERM` will return the same results).
63+
- A message will be returned if it matches at least one of the terms (i.e., the logical operator between the terms is `OR`).
64+
- A `*` wildcard can be used to replace a prefix and/or a postfix of a searched term (i.e., `word` will be found by `*rd`, `wo*`, and `*or*`).
65+
- Other logical operators (e.g., conjunction, negation) are not supported.
66+
67+
5868
> [!NOTE]
5969
> A message's body is searchable only if the body size is under 85kB, within the [`ServiceControl.Audit/MaxBodySizeToStore` size limit](/servicecontrol/audit-instances/configuration.md#performance-tuning-servicecontrol-auditmaxbodysizetostore), and is a non-binary content type.
6070

0 commit comments

Comments
 (0)