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

Failed to check if contains item toUpper #109

Open
pedro-emanoeltech opened this issue Feb 23, 2023 · 1 comment
Open

Failed to check if contains item toUpper #109

pedro-emanoeltech opened this issue Feb 23, 2023 · 1 comment

Comments

@pedro-emanoeltech
Copy link

pedro-emanoeltech commented Feb 23, 2023

I have a problem, I need to check if the name exists using 'Contains' but I need to pass ToUpper or ToLower to ignore the case sensitive, I'm getting a failure saying it's not supported, any alternatives?

CODE:
tipe

ERROR:
falha

If I do the query manually by 'Postman' directly in the API it works perfectly using:
contains(tolower(Nome) ,tolower('JOSE'))

help

@pedro-emanoeltech
Copy link
Author

I was able to solve it by passing the conversation outside of Odata, leaving only the ToLower in the property
Screenshot_2

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