phramework / jsonapi

jsonapi implementation for phramework
https://phramework.github.io/jsonapi/
Apache License 2.0
4 stars 2 forks source link

Support for overlap array operator #60

Open ThanosDi opened 7 years ago

ThanosDi commented 7 years ago

https://www.postgresql.org/docs/9.6/static/functions-array.html

nohponex commented 7 years ago

Very useful thank you!

@alkallio should we support "contains", and "is contained by" ? (contains can be implemented by applying multiple IN_ARRAY)