Searching an exact match in the database
Posted: Thu Feb 06, 2014 6:07 am
by Klint
Where can I find a documentation to do the following?
I want to have an input or search field on a page - done
User inputs a string in that field - done
Clicks a button below that triggers an event to look for the string in the database (in this case 'username' field' -???
Success if there is an exact match. Failure if not. - i think i can do this one
Thanks
Searching an exact match in the database
Posted: Thu Feb 06, 2014 6:32 am
by Kateryna Grynko
Hi Klint,
Please check these tutorials:
http://docs.appery.io/tutorials/build...
http://docs.appery.io/tutorials/build...
As I mentioned in this conversation request parameter "where" sets conditions for choice not all, but definite values.
Searching an exact match in the database
Posted: Thu Feb 06, 2014 7:41 am
by Klint
Thanks Katya
http://docs.appery.io/tutorials/build... <-- this one had the instruction on what I needed
Searching an exact match in the database
Posted: Thu Feb 06, 2014 8:20 am
by Kateryna Grynko
Klint,
Thank you for the update. Glad it helped.