-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[@loopback/sequelize] contains & match (extendedOperators) are not working #10272
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
Labels
Comments
Its a feature not yet implemented in sequelize extension. |
yeshamavani
added a commit
to yeshamavani/loopback-next
that referenced
this issue
Jan 5, 2024
postgres supports extended operators but missing in sequelize fix loopbackio#10272 Signed-off-by: Yesha Mavani <[email protected]>
8 tasks
yeshamavani
added a commit
to yeshamavani/loopback-next
that referenced
this issue
Jan 8, 2024
added test cases for same fix loopbackio#10272 Signed-off-by: Yesha Mavani <[email protected]>
yeshamavani
added a commit
to yeshamavani/loopback-next
that referenced
this issue
Jan 11, 2024
added test cases fix loopbackio#10272 Signed-off-by: Yesha Mavani <[email protected]>
yeshamavani
added a commit
to yeshamavani/loopback-next
that referenced
this issue
Jan 12, 2024
fix loopbackio#10272 Signed-off-by: Yesha Mavani <[email protected]>
samarpanB
pushed a commit
that referenced
this issue
Jan 18, 2024
postgres supports extended operators but missing in sequelize fix #10272 Signed-off-by: Yesha Mavani <[email protected]>
samarpanB
pushed a commit
that referenced
this issue
Jan 18, 2024
added test cases for same fix #10272 Signed-off-by: Yesha Mavani <[email protected]>
samarpanB
pushed a commit
that referenced
this issue
Jan 18, 2024
added test cases fix #10272 Signed-off-by: Yesha Mavani <[email protected]>
samarpanB
pushed a commit
that referenced
this issue
Jan 18, 2024
fix #10272 Signed-off-by: Yesha Mavani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Also for ExtendedOperator (Match),
There is no equivalent operator for "match" in sequelize.
We're using it like :
25%22%7D%7D%7D&encountersType=both Completed in 27ms
[2023-12-22T08:50:39.993Z] error :: App_Log -> Request GET /tenants/f5408ba4-521f-4f96-fe87-bf0e6092ea16/patients/encounters/count?filter=%7B%22where%22%3A%7B%22and%22%3A%5B%5D%2C%22fullName%22%3A%7B%22match%22%3A%22%25jiya%3A%2A%26%25%22%7D%7D%7D&encountersType=both errored out. Error :: {} Error: There is no equivalent operator for "match" in sequelize.
Request GET /tenants/f5408ba4-521f-4f96-fe87-bf0e6092ea16/patients/encounters/count?filter=%7B%22where%22%3A%7B%22and%22%3A%5B%5D%2C%22fullName%22%3A%7B%22match%22%3A%22%25jiya%3A%2A%26%25%22%7D%7D%7D&encountersType=both failed with status code 500. Error: There is no equivalent operator for "match" in sequelize.
Logs
Additional information
No response
Reproduction
the issue is obvious and the provided information is enough to understand the problem.
The text was updated successfully, but these errors were encountered: