On Jul 10, 11:52 am, paramedic <[EMAIL PROTECTED]> wrote:
> I am trying to add a search section in my tubogears web application. I
> want the search to be case insensitive try to use the like statement
> in sqlobject however I could not achive.
>
> Also I am thinking about using turbolucene however my data in the
> database is collected by an external script from the web. Can I use
> turbolucene in this case?
>
> Best regards
>
> Serdar

I don't know about TurboLucene, but for my simple queries I do sth.
like this...

MyModelClass.select(MyModelClass.q.<you_column>.contains('bla'))

cya

Nicolás Miyasato


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to