-
- Downloads
[Feature] Search Improvements (#14554)
* Let tables be searched for by display name (#14547) [Fixes #10665] * Fuzzy Search (#14628) * Add tokenization * Search for all terms (order indepedent) * Add consecutivity-score to search * Add total occurrence scoring to search * Add exact matching * Combine search sorts * Add typeahead search (#14229) * initial typeahead implementation * use entity items * tweak entity item style * constrain height * Debounce search typeahead * Show icons correctly in typeahead search results * Show 'no results' in search typeahead Co-authored-by:Tim Macdonald <tim@metabase.com> Co-authored-by:
Kyle Doherty <5248953+kdoh@users.noreply.github.com>
Showing
- frontend/src/metabase/components/EntityItem.jsx 11 additions, 3 deletionsfrontend/src/metabase/components/EntityItem.jsx
- frontend/src/metabase/entities/containers/EntityListLoader.jsx 25 additions, 11 deletions...end/src/metabase/entities/containers/EntityListLoader.jsx
- frontend/src/metabase/nav/components/SearchBar.jsx 60 additions, 1 deletionfrontend/src/metabase/nav/components/SearchBar.jsx
- project.clj 1 addition, 1 deletionproject.clj
- src/metabase/api/search.clj 29 additions, 18 deletionssrc/metabase/api/search.clj
- src/metabase/search.clj 118 additions, 0 deletionssrc/metabase/search.clj
- test/metabase/api/search_test.clj 27 additions, 22 deletionstest/metabase/api/search_test.clj
- test/metabase/search_test.clj 98 additions, 0 deletionstest/metabase/search_test.clj
Loading
Please register or sign in to comment