Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Pass Query parameters with "OR" condition during REST API GET Operation

Summary:

Hello,
I'm trying to do a REST API Call (ItemsV2) to get the list of items by filtering it in VBCS.

I have one input text binded to a variable(varArticleSearch). I want to be able to search by ItemNumber or ItemDescription.

My Q Parameter looks like this :

"ItemNumber LIKE \'*"+$application.variables.varArticleSearch+"*\' OR ItemDescription LIKE \'*"+$application.variables.varArticleSearch+"*\'"

But it's not working.

Is the operator 'OR' supported ?

Thanks in advance for your help



Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!