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
how do I achieve WHERE ({filter} AND {filter} AND ...) OR ({or} AND {or} AND ...) OR ({or} And {or }and …)?
Seems the lib doesn’t support it according to below docs…
If present both or and filter in any amount (one or miltiple each) then both interpreted as a combitation of AND conditions and compared with each other by OR condition, as follows:
WHERE ({filter} AND {filter} AND ...) OR ({or} AND {or} AND ...)
?filter=type||$eq||hero&filter=status||$eq||alive&or=type||$eq||villain&or=status||$eq||dead
The text was updated successfully, but these errors were encountered:
how do I achieve WHERE ({filter} AND {filter} AND ...) OR ({or} AND {or} AND ...) OR ({or} And {or }and …)?
Seems the lib doesn’t support it according to below docs…
If present both or and filter in any amount (one or miltiple each) then both interpreted as a combitation of AND conditions and compared with each other by OR condition, as follows:
WHERE ({filter} AND {filter} AND ...) OR ({or} AND {or} AND ...)
?filter=type||$eq||hero&filter=status||$eq||alive&or=type||$eq||villain&or=status||$eq||dead
The text was updated successfully, but these errors were encountered: