Search database without object_id?
Posted: Sat Mar 22, 2014 12:06 am
Is there a way to search a database without using the object_id? So say I have a column called barcode, and I want the user to enter a barcode, and press search.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to search a database without using the object_id? So say I have a column called barcode, and I want the user to enter a barcode, and press search.
Hello -
Have you tried solution in this tutorial: http://docs.appery.io/tutorials/build... ?
Or you have some different case in your app?
Hello,
You can use where clause for searching:
http://docs.appery.io/documentation/b...
You could start from this tutorial http://docs.appery.io/tutorials/build...