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
It doesn't work. I get a:
Unsupported operator '' in WHERE clause. If you want to use a custom operator, you can add one with \Spot\Query::addWhereOperator('', function (QueryBuilder $builder, $column, $value) { ... });
The text was updated successfully, but these errors were encountered:
I have this code:
and it works
but when I add another filter:
It doesn't work. I get a:
Unsupported operator '' in WHERE clause. If you want to use a custom operator, you can add one with \Spot\Query::addWhereOperator('', function (QueryBuilder $builder, $column, $value) { ... });
The text was updated successfully, but these errors were encountered: