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

No support for multi-field where query #69

Open
imviancagrace opened this issue Jun 11, 2024 · 1 comment
Open

No support for multi-field where query #69

imviancagrace opened this issue Jun 11, 2024 · 1 comment

Comments

@imviancagrace
Copy link

imviancagrace commented Jun 11, 2024

this query wouldn't work:
where={"$or":[{"name":{"$cont":"Sha"}},{"zip":{"$cont":"92018"}}]} (follows nest-crud syntax)

supposedly translates to "select...from...where name like %Sha% OR zip like %92018%

Can we please add support for this?

@imviancagrace
Copy link
Author

Does anyone have the right syntax to get proper results of this query?

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

No branches or pull requests

1 participant