Update elasticsearch translator to handle phrase searches. (#27720)

* Update elasticsearch translator to handle phrase searches.

Signed-off-by: Sydney Achinger <sydneynicoleachinger@spotify.com>

* Add helpful regex comment

Co-authored-by: John Philip <johnphilip283@gmail.com>
Signed-off-by: Sydney Achinger <78113809+squid-ney@users.noreply.github.com>

---------

Signed-off-by: Sydney Achinger <sydneynicoleachinger@spotify.com>
Signed-off-by: Sydney Achinger <78113809+squid-ney@users.noreply.github.com>
Co-authored-by: John Philip <johnphilip283@gmail.com>
This commit is contained in:
Sydney Achinger
2024-11-26 15:26:30 -05:00
committed by GitHub
parent 73aa0d17d5
commit 991c9fec75
3 changed files with 92 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Update the ElasticSearchSearchEngine translator to handle phrase searches.