Skip to content

Commit 1b3b0c3

Browse files
piotr-olesjoepeeples
authored andcommitted
Update list of special characters (#31006)
* Update list of special characters * Rephrase special characters sentence Co-authored-by: Joe Peeples <[email protected]> --------- Co-authored-by: Joe Peeples <[email protected]>
1 parent 82b3b2b commit 1b3b0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/logs/explorer/search_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use the syntax `*:search_term` to perform a full-text search across all log attr
7070

7171
## Escape special characters and spaces
7272

73-
The following characters, which are considered special: `+` `-` `=` `&&` `||` `>` `<` `!` `(` `)` `{` `}` `[` `]` `^` `"` `` `` `~` `*` `?` `:` `\` `#`, and spaces require escaping with the `\` character.
73+
The following characters are considered special and require escaping with the `\` character: `-` `!` `&&` `||` `>` `>=` `<` `<=` `(` `)` `{` `}` `[` `]` `"` `*` `?` `:` `\` `#`, and spaces.
7474
- `/` is not considered a special character and doesn't need to be escaped.
7575
- `@` cannot be used in search queries within Logs Explorer because it is reserved for [Attribute Search](#attributes-search).
7676

0 commit comments

Comments
 (0)