For custom searches i tend not to use Cake's queries, but build my own. $this->Model->query($customSQL);
For searched I use a FULLTEXT matches, as appose to LIKE. In the simple tests I ran this was usually faster. Though the numbers varied, I decided to use this method instead. Sean is absolutely right though, using cakes query calls will not likely show any increase in performance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
