[QP] Handle variadic `:contains` etc. in dashboard filters (#42404)
These params were failing to match. This matches them up and puts the options in the correct place. (`[:contains x y opts]` but `[:contains opts x y z]`).
Showing
- src/metabase/driver/common/parameters/operators.clj 13 additions, 12 deletionssrc/metabase/driver/common/parameters/operators.clj
- src/metabase/lib/schema/parameter.cljc 19 additions, 5 deletionssrc/metabase/lib/schema/parameter.cljc
- test/metabase/driver/common/parameters/operators_test.clj 29 additions, 2 deletionstest/metabase/driver/common/parameters/operators_test.clj
Loading
Please register or sign in to comment