Ah, like grep. Didn't try that.
On Nov 18, 12:44 pm, Massimo Di Pierro <[email protected]> wrote: > You have to write the full query > > field contains "buckle my shoe" > > On Nov 18, 11:41 am, Cliff <[email protected]> wrote: > > > > > > > > > Ha ha. :) > > > How about 'list:string'? > > > On Nov 18, 11:06 am, Massimo Di Pierro <[email protected]> > > wrote: > > > > there is not type 'reference:string'. Don't you get a ticket? > > > > On Nov 17, 10:08 am, Cliff <[email protected]> wrote: > > > > > grid search fails to find values if > > > > - the field type is reference:string > > > > - the field value contains a space > > > > > db.define_table(mytable, Field('silly_strings', 'reference:string)) > > > > > db.mytable.sillystrings.requires = IS_IN_SET(['one', 'two', 'buckle my > > > > shoe'], > > > > zero='pick one' ) > > > > > grid search finds 'one' or 'two' but fails on 'buckle my shoe' > > > > > Should I submit a ticket?

