By default (with searchable=True), it looks like you just enter keywords, and it finds records that contain the keywords in any of the table fields. The 'searchable' argument can also be a callable that takes a keyword and a list of fields and returns a subquery. Anthony
On Tuesday, August 23, 2011 11:06:21 PM UTC-4, DenesL wrote: > > Question: how do you use the search?. > I tried query like statements but it did not work > > Also, there is a typo in the source, sqlhtml.py line 1099 > > self.accpted = ret > > should be > > self.accepted = ret > > Denes.