Hello
I'm coding a filter search based on url parameters.
Users can select multiple values.
I'm using WhereIn clause, and it's working ok.
But when they don't select any value for some filters, these parameters array are null and create an error,
is there a wildcard to use for empty array so that my whole select query would still run correctly ?
Thank you