Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/logs/explorer/search_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Use the syntax `*:search_term` to perform a full-text search across all log attr

## Escape special characters and spaces

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

Expand Down
Loading