Like Query In XPath Constraits

0
Hi Guys, I am making API For get data basis on Project name But i don’t want type Full name Instead i want when I typed letter of project name then data will get. But how i can set that “Like Expression in XPath Constraint. Any one give me idea about that.
asked
2 answers
1

You could use the contains() method in your xpath. I think it is doing what you are looking for.

Here is a link to the documentation: https://docs.mendix.com/refguide/xpath-contains

 

answered
0

just use contrains(parameter). 

answered