mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Previously, backquote couldn't not be used inside an escaped identifier, e.g.: ``` `my`identifier` = "some_value" ``` was not allowed. Introduce escaping of the backquote by using a double backquote: ``` `my``identifier` = "some_value" ``` (cherry picked from commit 49514121486f42a58674b3e5901de4021fda5c15)