feat(explore): better search for dataset pane (#12675)

1. Upgrade match-sorter from 4.1.0 to 6.1.0
2. Add a debounce delay of 200 milliseconds to reduce excessive rendering (and searching)
3. Set keepDiacritics to true to improve performance
4. Display count of filtered results in "Showing x of xx", instead of the total results
5. Rank certified metrics to the top
This commit is contained in:
Jesse Yang
2021-01-22 14:26:55 -08:00
committed by Ville Brofeldt
parent 39e3b28292
commit 8d80262bed
4 changed files with 67 additions and 20 deletions

View File

@@ -120,7 +120,7 @@
"json-stringify-pretty-compact": "^2.0.0",
"lodash": "^4.17.20",
"lodash-es": "^4.17.14",
"match-sorter": "^4.1.0",
"match-sorter": "^6.1.0",
"mathjs": "^8.0.1",
"memoize-one": "^5.1.1",
"moment": "^2.26.0",