On Sat, Apr 11, 2009 at 11:20 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> I do not understand. Can you make an example?
>
> On Apr 11, 5:36 pm, AchipA <attila.cs...@gmail.com> wrote:
>> what would be the reverse of that ? if the field is the substring we
>> want to locate ? I have a solution but it's ugly/hackish so I'm open
>> to suggestions :)
>>
>> On Apr 10, 6:13 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>
>> > db(db.name.like('%alex%)).select()

I think he wants something like:

db(~db.name.like('%alex%')).select()

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to