You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well it would be possible with the raw Jig Mapper, but there's no handy feature in the cortex query parser that would help here. however, you can write it as php filter instead, try: $obj->load(['set = :set and in_array(:opt,@opt)', ':set'=> 123, ':opt'=> 5]).
Given a Jig mapper:
How can I search using IN array
I guess is not possible and I should use relationships?
The text was updated successfully, but these errors were encountered: