-
- Downloads
Add a search endpoint for quering names across entity types
This adds a new search route that provides a case insensitive query across the name fields of cards, collections, dashboards, pulses, segments and metrics. Users will only get search results for the collections they are able to access.
Showing
- src/metabase/api/routes.clj 2 additions, 0 deletionssrc/metabase/api/routes.clj
- src/metabase/api/search.clj 160 additions, 0 deletionssrc/metabase/api/search.clj
- src/metabase/models/collection.clj 5 additions, 1 deletionsrc/metabase/models/collection.clj
- test/metabase/api/search_test.clj 145 additions, 0 deletionstest/metabase/api/search_test.clj
src/metabase/api/search.clj
0 → 100644
test/metabase/api/search_test.clj
0 → 100644
Please register or sign in to comment