supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
117 stars 23 forks source link

Improve `QueryFilter`/`Where`/`Filter` Implementation and Documentation #87

Open acupofjose opened 7 months ago

acupofjose commented 7 months ago

Several issues have been raised surrounding the use of QueryFilters with Postgrest.

Notably, confusion around the CONTAINS operator vs. the IN operator and issues with QueryFilters not casting criterion in an expected way.

Suggestions: