supabase-community / postgrest-csharp

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

shouldFilterTopLevel should be changed in documentation #88

Closed JonathanVelkeneers closed 3 months ago

JonathanVelkeneers commented 3 months ago

Improve documentation

Link

README.MD and all external sources (like nuget) that have cloned it.

Describe the problem

shouldFilterTopLevel is no longer in the codebase has been renamed as attribute to useInnerJoin since july 2023. The documentation has not been updates to reflect this change.

Describe the improvement

change shouldFilterTopLevel: false to useInnerJoin: false in REAMDE.MD

acupofjose commented 3 months ago

Thanks for the issue! If you’re interested in doing a PR to adjust it, you’re more than welcome to. Otherwise I’ll adjust the documentation when I’m back at my computer.