Skip to content

[DOCS-13570] Remove = from log search special characters list#38059

Merged
buraizu merged 1 commit into
masterfrom
max.phillips/DOCS-13570
Jul 9, 2026
Merged

[DOCS-13570] Remove = from log search special characters list#38059
buraizu merged 1 commit into
masterfrom
max.phillips/DOCS-13570

Conversation

@maxvp

@maxvp maxvp commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

What does this PR do? What is the motivation?

Fixes DOCS-13570

Removes = from the list of special characters requiring escaping in log search queries. Testing against Logs Explorer confirmed = does not need escaping — an unquoted, unescaped query for a value containing = returned the same results as the quoted and escaped versions.

= was added back to this list in #34990 to align with an internal wiki page, but that page turned out to be a stale copy of this doc's pre-#31006 text. #31006 had already removed = (along with a few other characters) after an engineer manually tested against the live app, so this PR reverts to that previously tested and verified version.

The internal wiki page is also being updated to match, so both sources stay in sync.

Merge readiness

  • Ready for merge

For Datadog employees:

  • ⚠️ Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR.
  • 🤖 New: Comment with /review to run an automated check that catches common issues before a Documentation team member reviews your PR.

AI assistance

Used Claude Code to investigate the discrepancy (git history, prior PRs) and draft the fix; verification testing in Logs Explorer was done manually.

Additional notes

Verified in-app that = does not require escaping in log search queries, reverting an unverified addition and aligning with the previously tested character list.
@maxvp maxvp requested a review from a team as a code owner July 8, 2026 21:39
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Preview links (active after the build_preview check completes)

Modified Files

@buraizu buraizu merged commit f25cc39 into master Jul 9, 2026
23 of 24 checks passed
@buraizu buraizu deleted the max.phillips/DOCS-13570 branch July 9, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants