Revision 26f726917b12ec456d693d42a43469035cb704a9 authored by Nik Everett on 21 March 2024, 13:46:23 UTC, committed by GitHub on 21 March 2024, 13:46:23 UTC
When we're generating raw strings to match we want to make sure it just
matches exactly the string - so we should escape it. If we don't we'll
get weird failures from syntax exceptions.

Closes #106533 Closes #106538
1 parent e92a7a7
Raw File
CHANGELOG.md
# Elasticsearch Changelog

Please see the [release notes](https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html) in the reference manual.
back to top