rows = db(db.blog.title.contains('search_entry').select()
where 'search_entry' is string that you want to seach for.On Sat, Jul 30, 2011 at 7:14 PM, Web2Py Freak <[email protected]> wrote: > hey guys , > > is there anyway to do a search but other that the crud.search or a > way to control the crud.search output ... am doing it on blogs so > every blog has a title and when i search i want it to view the blog > with the title am looking for .... what do u think guys ?

