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

how to filter searching in array field #4272

Closed
joneldiablo opened this issue Oct 29, 2019 · 3 comments
Closed

how to filter searching in array field #4272

joneldiablo opened this issue Oct 29, 2019 · 3 comments

Comments

@joneldiablo
Copy link

I have a service which has an array field called categories, I want filter the response of with

"categories":"service"}
"categories":{"in":"service"}
"categories":{"in":["service"]}
"categories":{"inq":["service"]}
"categories":{"inq":"service"}

nothing works o.O
my data base is postgresql

@hacksparrow
Copy link
Member

@joneldiablo please use this sample app - https://github.com/strongloop/loopback-sandbox - to reproduce the error you are facing, and share it on GitHub.

@stale
Copy link

stale bot commented Dec 31, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 31, 2019
@stale
Copy link

stale bot commented Jan 14, 2020

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants