feat(search): add actions to query search engine

the authorized search engine initialization had to be moved to plugin
from router as it should also be used in the query action if permissions
are enabled.

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-08-28 14:56:49 +03:00
parent f0d82ac4b0
commit 303954b154
9 changed files with 600 additions and 72 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Added action for search backend to query search engine using the actions registry