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:
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.