Please open a ticket about this and we will look into alterantives.

On Sunday, 3 February 2013 07:38:22 UTC-6, Andriy wrote:
>
> db.define_table( 'event', ("info", 'list:string', default=[]) )
>
> events=db(db.event.info.contains( ['red', 'blue'] )).select() - returns 
> events if 'Red' or 'Blue' in event.info. But I need case sensitive cross 
> search of two lists.
>
> In the book it says that .like has case_sensitive=True option. 
> But .contains has not. And .like does not work with lists as argument, so I 
> can not use it either.
>

-- 

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to