You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update list of special characters
* Rephrase special characters sentence
Co-authored-by: Joe Peeples <[email protected]>
---------
Co-authored-by: Joe Peeples <[email protected]>
Copy file name to clipboardExpand all lines: content/en/logs/explorer/search_syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Use the syntax `*:search_term` to perform a full-text search across all log attr
70
70
71
71
## Escape special characters and spaces
72
72
73
-
The following characters, which are considered special: `+``-``=``&&``||``>``<``!``(``)``{``}``[``]``^``"``“``”``~``*``?``:``\``#`, and spaces require escaping with the `\` character.
73
+
The following charactersare considered special and require escaping with the `\` character: `-``!``&&``||``>``>=``<``<=``(``)``{``}``[``]``"``*``?``:``\``#`, and spaces.
74
74
-`/` is not considered a special character and doesn't need to be escaped.
75
75
-`@` cannot be used in search queries within Logs Explorer because it is reserved for [Attribute Search](#attributes-search).
0 commit comments