-
- Downloads
Blended score for sorting (#15009)
* Combine search scores into one weighted number * Use richer representation of scores Should make the FE debugging bits more robust
Showing
- frontend/src/metabase/search/components/SearchResult.jsx 6 additions, 14 deletionsfrontend/src/metabase/search/components/SearchResult.jsx
- src/metabase/search/config.clj 4 additions, 0 deletionssrc/metabase/search/config.clj
- src/metabase/search/scoring.clj 48 additions, 20 deletionssrc/metabase/search/scoring.clj
- test/metabase/api/search_test.clj 2 additions, 2 deletionstest/metabase/api/search_test.clj
- test/metabase/search/scoring_test.clj 25 additions, 1 deletiontest/metabase/search/scoring_test.clj
Please register or sign in to comment