-
- Downloads
Turn dataset_query into structured data in search results (#17690)
* Turn dataset_query into structured data in search results
* sort scoring test ns
* Fixup tests
we are no longer returning string results. The cards in the test have
empty queries, which the model turns into {} but normalization removes
empty clauses and returns nil. The tests would be too annoying to hook
this up to work properly and this functionality is tested in other
places.
* Unskip repro for #15959
* Update repro test
Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
Showing
- frontend/test/metabase/scenarios/dashboard/dashboard.cy.spec.js 14 additions, 22 deletions...nd/test/metabase/scenarios/dashboard/dashboard.cy.spec.js
- src/metabase/search/scoring.clj 4 additions, 1 deletionsrc/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 16 additions, 1 deletiontest/metabase/search/scoring_test.clj
Loading
Please register or sign in to comment