Improve QueryFilter
/Where
/Filter
Implementation and Documentation
#87
Labels
QueryFilter
/Where
/Filter
Implementation and Documentation
#87
Several issues have been raised surrounding the use of
QueryFilters
with Postgrest.Notably, confusion around the
CONTAINS
operator vs. theIN
operator and issues withQueryFilter
s not casting criterion in an expected way.Suggestions:
IPostgrestQueryFilter
for basic queries vs. advanced queries. For instance, the groups of switch operators here should likely be extracted into different classes.The text was updated successfully, but these errors were encountered: