Merge pull request #6098 from jessebye/lunr-escape-colon

Escape colons in Lunr search query filters
This commit is contained in:
Ben Lambert
2021-06-22 15:49:50 +02:00
committed by GitHub
3 changed files with 48 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-node': patch
---
Fixed bug preventing searches with filter values containing `:` from returning results.