On Wednesday 05 September 2007 05:00:38 Diez B. Roggisch wrote: > But to be brutally honest: IMHO your whole approach is flawed. Because > there is no such thing as a generic search. Making complex queries is > always difficult to get right, especially when several clauses are involved > etc. So I'd say - except from getting to know the tools of course - it's > dead-end road you're walking there.
Not to mention that searching without indices will be a poor choice when the database grows and these poor queries might impact the whole application. Also, indexing everything is bad because it will take longer to insert / update information, your database will be bigger than you need and you'll end up with a bad design. I'd go for the traditional search box + radio button for where to search / limit the search. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

