Maybe the search_widget parameter of grid is a solution. 2012/1/16 Martin Weissenboeck <[email protected]>
> Hi, > > I have a grid=SQLFORM.grid(...searchable = True,...) > A query like 'auth_user.last_name starts with "c"' works fine. > Using the T-operator 'starts with' becomes (in German) 'beginnend mit' and > the whole query 'auth_user.last_name beginnend mit "c"'. This gives the > result "Invalid query". > > I think, a solution would not be simple... > > Regards, Martin > > >

