tamara6 schrieb: > > I know how to do this with a %like% search in sql, but, I'd like to do > it correctly with SO. > > Any tips?
You can pass direct sql where clauses to select. There is an example in the docs: http://www.sqlobject.org/SQLObject.html#selecting-multiple-objects If you need more SQL Power you can always user direct sql with queryAll function of the connection object: http://wiki.sqlobject.org/simple-table-query.html -- Greg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

