db(...).select().find(lambda row: row.find('substring')>=0)
will work as 'contains'. Mind this is exceuted at the webpy level not
at the GAE level which does not support this.
On Nov 27, 1:20 pm, vince <[email protected]> wrote:
> i've notice the new DAL do support a form of LIKE on GAE.
>
> anyone tried it and how's the performance? it seems to only support
> "startwith", what about "contain"?
>
> is there any experimental nosql database i can play with now besides
> GAE?
>
> -vince
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.