diff --git a/content/en/logs/explorer/search_syntax.md b/content/en/logs/explorer/search_syntax.md index 49e9b1cdf4b..1c1809730d5 100644 --- a/content/en/logs/explorer/search_syntax.md +++ b/content/en/logs/explorer/search_syntax.md @@ -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).