Query Builder, error using condition IN

Hey guys,

I’m trying to create a query by using IN condition but I get an error…

I am passing an array to $_GET.catid coming from a tagify.

I can’t even test me query, when I choose the IN condition I’m loosing also the parameters.

Is this a bug or I’m doing something wrong?
-php
-wappler v6.0.0-beta.3, STABLE

Maybe if I install the pending updates it works?

So how is your server action called? Can you check that all the ids are passed as parameters?

Usually if you are doing form submits with the data the variables are passed under $_POST and not $_GET

Thanks for replying George,

No form, no submit… The url params are updated on tagify.update event
I think the mistake is that the tagify.value is not recognized as an array…

I changed to $_GET.catid.split(’,’) and it works:

1 Like