[Zope-CMF] Extending search under cmf
Chris Withers
chrisw@nipltd.com
Thu, 09 Jan 2003 18:06:01 +0000
Paul Naveen Raj Jeyaraj wrote:
> I have a suishdot site under my CMF portal. But the CMF's search engine
> is not looking into Squishdot site when I initiate a search. When I
> search for some postings in the squishdot, the CMF's search is not able
> to find those. However I am able to search for the postings through the
> search available in Squishdot. I want to have a single point of entry
> for searching the entire CMF site rather than having two separate
> searches. Any pointers would be helpful. Thank you.
You could just write a python script that searched both catalogs (Squishdot is a
ZCatalog ;-) and combined the results and returned them> Yoru search adn results
forms could use this script to do the search.
cheers,
Chris