Merge pull request #20394 from fedy97/hotfix/max-length-search-query

fix: max term length prevents backend to crash
This commit is contained in:
Djam
2023-10-12 15:07:52 +02:00
committed by GitHub
4 changed files with 37 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Set the default length limit to search query to 100. To override it, define `search.maxTermLength` in the config file.