Site search with squishdot and own products
Hi, I'm having a "small" problem here. I would like to have a site search that searches everything within a directoty on the Zope server. I'm only using the ZODB but I have two Squishdot's installed and several ZClasses which is indexed in a catalog. How do I approach this problem ? Is there a Zopish/dtml/catalog way or is it the dirty way ? Thanks in advance Anders Nielsen System Developer
One day with nothing better to do I wrote an external method to merge catalogs, but I got stuck on the simple problem that you still have to load the whole query into memory and realised it got very inefficient. In the end I decided it was easier to have one more catalog do everything. ----- Original Message ----- From: "Anders Holmbech Nielsen" <ahn@iuas.dk> To: <zope@zope.org> Sent: Thursday, October 05, 2000 9:00 AM Subject: [Zope] Site search with squishdot and own products
Hi,
I'm having a "small" problem here. I would like to have a site search that searches everything within a directoty on the Zope server. I'm only using the ZODB but I have two Squishdot's installed and several ZClasses which is indexed in a catalog. How do I approach this problem ?
Is there a Zopish/dtml/catalog way or is it the dirty way ?
Thanks in advance
Anders Nielsen System Developer
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Anders Holmbech Nielsen -
Andy McKay