How to avoid repeated records from an OR search in ZCatalog?
26 Feb
2001
26 Feb
'01
4:21 p.m.
As suggested by Caseman, it's possible in Zope 2.3 to do OR searches across different indexes using Zcatalog. Like this: <dtml-in expr="catalog(title=query) + catalog(summary=query)+ catalog(body=query) + catalog(notes=query)"> ........... </dtml-in> The problem is that if the queried word is found at more than one index, then its correspondant record will appear repeated as many times as the number of indexes for the same document. Has anybody dealed with this before? Is there a workaround (not using PrincipiaSearchSource)? Thanks in advance, Ausum
9170
Age (days ago)
9170
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ausum