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.
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...