Discussion:
Search and multiple modules
Jack Sleight
2007-10-17 13:25:39 UTC
Permalink
Hi,
I'm building a site with a modular structure and would like to implement
the Zend_Search component. As the type and structure of data the in each
module is different (eg there is a news module, and a product catalogue
module) each one will require its own system of indexing the data. Would
it be best to have separate indexes for each module, and then just
request the results from each when someone makes a search, or would
there be a way to merge all the data from all modules into one index?

How have other people approached this?
Thanks,
--
Jack
Loading...