Make sidebar search field work (#3362)

* Make sidebar search field work

Extend the search page to have the ability to react to query parameters. The search in the sidebar now navigates to the search page and passes the query parameter. The search box on the search page is now debounced.

Closes #3341

* Fix sidebar search while the search page is already open
This commit is contained in:
Oliver Sand
2020-11-20 15:14:18 +01:00
committed by GitHub
parent 1550cba47b
commit 475fc0aaa3
11 changed files with 99 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Clear sidebar search field once a search is executed
+6
View File
@@ -0,0 +1,6 @@
---
'example-app': patch
'@backstage/plugin-search': patch
---
Using the search field in the sidebar now navigates to the search result page.