From a95074e24a0797513a6db2f179e65e917ed00884 Mon Sep 17 00:00:00 2001 From: nainakira Date: Wed, 4 Mar 2026 12:11:00 +0900 Subject: [PATCH] Update search_syntax.md Add `=` as special. character to align with internal doc https://datadoghq.atlassian.net/wiki/spaces/TS/pages/454787474/Log+Search+Syntax+Querying#Special-characters --- content/en/logs/explorer/search_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).