[Zope] Question about ZCatalog and SquishDot

Chris Withers chrisw@nipltd.com
Wed, 07 Nov 2001 13:25:56 +0000


Pieter Claerhout wrote:
> 
> Any ideas on how to do this?

Given that the Squishdot and your own catalog will never both idnex the same
object, you could just contcatenate the results of searchign both catalogs:

r = YourCat(***search params***) + YourSquishSite(***search params***)

cheers,

Chris