Page 1 of 1

Wildcard Search

Posted: Sun Dec 01, 2013 11:16 am
by Alex Lee Choong Young

Hi Guys,

I read this help article (http://docs.appery.io/tutorials/build...) on how to build search functionality. I am particularly interested with this section:-
Click Add JS for where parameter and enter the following code:
return '{"Maker":"'+value+'"}';

I just curious if there is a way to implement wildcard search (eg. Where ProductName like '%InputText%')

Thanks in advance ! :)


Wildcard Search

Posted: Sun Dec 01, 2013 11:41 am
by Igor

Wildcard Search

Posted: Mon Dec 02, 2013 11:45 am
by Alex Lee Choong Young

Thanks Igor! It works like a charm. :)