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?