[web2py] Re: edge case of SQLFORM.grid search not working on 1.99.2

2013-06-18 Thread Fernando Vieira
I tried with space does not work with _ works, for example "cent_os" -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com.

[web2py] Re: edge case of SQLFORM.grid search not working on 1.99.2

2011-11-18 Thread Cliff
Ah, like grep. Didn't try that. On Nov 18, 12:44 pm, Massimo Di Pierro wrote: > You have to write the full query > > field contains "buckle my shoe" > > On Nov 18, 11:41 am, Cliff wrote: > > > > > > > > > Ha ha. :) > > > How about 'list:string'? > > > On Nov 18, 11:06 am, Massimo Di Pierro > >

[web2py] Re: edge case of SQLFORM.grid search not working on 1.99.2

2011-11-18 Thread Massimo Di Pierro
You have to write the full query field contains "buckle my shoe" On Nov 18, 11:41 am, Cliff wrote: > Ha ha. :) > > How about 'list:string'? > > On Nov 18, 11:06 am, Massimo Di Pierro > wrote: > > > > > > > > > there is not type 'reference:string'. Don't you get a ticket? > > > On Nov 17, 10:08 

[web2py] Re: edge case of SQLFORM.grid search not working on 1.99.2

2011-11-18 Thread Cliff
Ha ha. :) How about 'list:string'? On Nov 18, 11:06 am, Massimo Di Pierro wrote: > there is not type 'reference:string'. Don't you get a ticket? > > On Nov 17, 10:08 am, Cliff wrote: > > > > > > > > > grid search fails to find values if > > - the field type is reference:string > > - the field

[web2py] Re: edge case of SQLFORM.grid search not working on 1.99.2

2011-11-18 Thread Massimo Di Pierro
there is not type 'reference:string'. Don't you get a ticket? On Nov 17, 10:08 am, Cliff 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.