Re: [web2py] Help me understand how to create a search

2013-12-23 Thread Marco Mansilla
El Mon, 23 Dec 2013 13:08:20 -0800 (PST) Keith Planer escribió: > I'm new to web2py, and Python. I created a database, and I want to > create a page where I can return records from a table of people, > using their first and last names as search terms. What I have so far > is: > > def patient_loo

[web2py] Help me understand how to create a search

2013-12-23 Thread Keith Planer
I'm new to web2py, and Python. I created a database, and I want to create a page where I can return records from a table of people, using their first and last names as search terms. What I have so far is: def patient_lookup(): #form = SQLFORM.grid(db.consumer, deletable = True) form=SQL