I have a CMS that I am adding Site Search functionality. The application uses the full Zend Framework MVC stack.
At this point if seems that I should be creating/using a Search model. All models I've created up to this point have been based on database tables. What would a Search model look like? Am I taking the wrong approach?