Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server - upstream fix for postgresql filter on jsonb arrays #14

Open
loredanacirstea opened this issue Feb 26, 2020 · 0 comments
Open
Labels
server Server issue

Comments

@loredanacirstea
Copy link
Member

jsonb array filter is not working properly in https://github.com/strongloop/loopback-connector-postgresql.

E.g. finding functions by input type: /pfunction?filter={"where":{"data.gapi.outputs.type":"address"}}

There is a temporary workaround in place now and the filter syntax looks like: /pfunction?filter={"where":{"data.gapi.outputs":{"inq":[{"type":"address"}]}}}.
But it depends on a low-level query & limited filter support:

used in:

Ideally, this should be fixed upstream, the PostgreSQL connector.

@loredanacirstea loredanacirstea added the server Server issue label Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Server issue
Projects
None yet
Development

No branches or pull requests

1 participant