Suppose you have a table:
db.define_table('book', Field('author', 'string'), Field('title',
'string'), Filed('description', 'text'))you can search like this: author is "cormac mccarthy" and title contains "horses" mic 2012/2/4 peter <[email protected]>: > SQLFORM.grid's search box seems to only work with single word search > terms. Has anyone looked into it working with multiple words, working > as if they are 'and'ed together? > >

