Make the field search do limits (whacks #17228) (#17283)
We're playing this whackamole because we added the middleware to universally sorta stomp on any `limit` or `offset` params, and they got stomped on. Which, in turn, led to my PR to make the default not limited. Which, in turn, led to the other issue this PR solves which makes the search things we relied upon to not have a limit, have a limit.
Showing
- frontend/src/metabase/dashboard/components/add-card-sidebar/QuestionList.jsx 3 additions, 0 deletions...se/dashboard/components/add-card-sidebar/QuestionList.jsx
- frontend/src/metabase/nav/components/SearchBar.jsx 2 additions, 1 deletionfrontend/src/metabase/nav/components/SearchBar.jsx
- frontend/src/metabase/query_builder/components/data-search/SearchResults.jsx 3 additions, 0 deletions...se/query_builder/components/data-search/SearchResults.jsx
- src/metabase/api/field.clj 11 additions, 6 deletionssrc/metabase/api/field.clj
- test/metabase/api/field_test.clj 16 additions, 4 deletionstest/metabase/api/field_test.clj
- test/metabase/api/search_test.clj 6 additions, 0 deletionstest/metabase/api/search_test.clj
Please register or sign in to comment