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

Rest Contains Method format. #90

Open
igorpojzl opened this issue Nov 9, 2021 · 1 comment
Open

Rest Contains Method format. #90

igorpojzl opened this issue Nov 9, 2021 · 1 comment

Comments

@igorpojzl
Copy link
Contributor

When Using Contains Method, value format is hardcoded and ' - is skipped with function ConvertedQuery:extractFromStringValue(String) which is causing inconsistent search, without warning or error.
Value from contains is not trimmed or checked for '.

contains(Name,'Test') -> Name Like '%Test%'
contains(Name, 'Test') -> Name Like'%'Test%' (space after ',' )
contains(Name,Test) -> Name Like '%es%'
contains(Name, Test) -> Name Like '%Tes%' (space after ',' )

@d-ruiz
Copy link
Collaborator

d-ruiz commented Oct 20, 2022

Hi @igorpojzl, do you have a pull request addressing this issue?

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

No branches or pull requests

2 participants