Hi,
I'm building a search engine using the Zend_Search_Lucene module but have come across a little problem. The data I am searching is stored in a database and consists of member profiles. As part of their profile members can select 0 or more countries, which are stored in their profile. The search engine I am creating will have the ability to search for members who have selected at least one of the searched for countries. What is the best way to add the selected countries to the search index and then search that index from 0 or more selected countries in the search form? Many thanks, Charles
