Re: Missing behaviour file when adding search functionality

2011-12-13 Thread Daniel
OK, I didn't install the search plugin. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake

Missing behaviour file when adding search functionality

2011-12-13 Thread Daniel
I have added a search_index table to my DB. I put the following code in my post_controller: function search() { $this->SearchIndex->searchModels(array('Post','Comment')); $this->paginate = array( 'limit' => 10, 'condition