Tyla Ridsdale
Posts: 0
Joined: Sat Mar 22, 2014 12:06 am

Search database without object_id?

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Search database without object_id?

Hello -

Have you tried solution in this tutorial: http://docs.appery.io/tutorials/build... ?

Or you have some different case in your app?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Search database without object_id?

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

Return to “Issues”