Ha ha. :) How about 'list:string'?
On Nov 18, 11:06 am, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > there is not type 'reference:string'. Don't you get a ticket? > > On Nov 17, 10:08 am, Cliff <cjk...@gmail.com> 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?