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?

