You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
chainlens/server/src/utils/filter.ts
Line 9 in aa91091
used in:
chainlens/server/src/controllers/pfunction.controller.ts
Line 65 in aa91091
chainlens/server/src/controllers/pfunction.controller.ts
Line 97 in aa91091
chainlens/server/src/controllers/pclass.controller.ts
Line 65 in aa91091
chainlens/server/src/controllers/pclass.controller.ts
Line 97 in aa91091
Ideally, this should be fixed upstream, the PostgreSQL connector.
The text was updated successfully, but these errors were encountered: