making a search form using crud is quite simple with the crud.search(db.table) function. but that returns a search field for all the fields in the table. how do i make one search field (a 'search bar') that searches all the fields using the select option 'contains' or any of the given options when a search query is to be made?
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

