Search: Enable filtering dashboards in search by current folder (#16790)

* Added search-query-parser package

* Migrate search input field to react and enable current folter filtering

* Reveiw changes

* FIx tags

* Fix event handlers  passed to html elements directly

* noImplicitAny fix

* Debounce search method in search controller

* Search: have clear reset query as well
This commit is contained in:
Dominik Prokop
2019-05-02 08:49:03 +02:00
committed by Torkel Ödegaard
parent 2e326d1cb8
commit 7194c6d9bf
8 changed files with 232 additions and 72 deletions

View File

@@ -218,6 +218,7 @@
"reselect": "4.0.0",
"rst2html": "github:thoward/rst2html#990cb89",
"rxjs": "6.4.0",
"search-query-parser": "1.5.2",
"slate": "0.33.8",
"slate-plain-serializer": "0.5.41",
"slate-prism": "0.5.0",