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
The criteria should be able to match case insensitivity. For example: Super should match super, but this use case is not working. Perhaps the iLike operator can be used
What is actually happening?
The rows is not being matched.
The text was updated successfully, but these errors were encountered:
hey, unfortunately the issue passed me by.
I think you are talking about direct use in the context of the typeorm extension?
Have you tried specifying ~ before the filter value?
So for example:
hey, unfortunately the issue passed me by. I think you are talking about direct use in the context of the typeorm extension? Have you tried specifying ~ before the filter value? So for example:
?filter[name]=~value
Hey dude. I did several use case tests and it didn't seem to work.
Versions
Reproduction
Additional Details
Steps to reproduce
An arbitrary insensitive case is a valid test.
What is Expected?
The criteria should be able to match case insensitivity. For example: Super should match super, but this use case is not working. Perhaps the iLike operator can be used
What is actually happening?
The rows is not being matched.
The text was updated successfully, but these errors were encountered: