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
Any filter object in the variables supports the operator parameter.
It should change the behavior of the WHERE sql conditions and should either perform a OR or AND query based on the filter.
Currently, this filter is ignored and only AND operations are performed.
Filters are applied on a case-by-case basis and every endpoint should be examined to check it they implement filters.
This may require a general refacto to apply filters in a more generic fashion.
The text was updated successfully, but these errors were encountered:
Any filter object in the variables supports the
operator
parameter.It should change the behavior of the
WHERE
sql conditions and should either perform aOR
orAND
query based on the filter.Currently, this filter is ignored and only AND operations are performed.
Filters are applied on a case-by-case basis and every endpoint should be examined to check it they implement filters.
This may require a general refacto to apply filters in a more generic fashion.
The text was updated successfully, but these errors were encountered: