search-backend: validate query string

Ensures that known query params accepted by the search endpoint have
the correct type after parsing

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2022-01-18 12:27:14 +00:00
parent 6680853e0c
commit cd6854046e
4 changed files with 88 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Validate query string in search endpoint