[Zope] Re: ZCatalog: searching with OR

Maik Jablonski maik.jablonski@uni-bielefeld.de
Tue, 11 Feb 2003 23:35:26 +0100


Chris Beaven wrote:
> The problem I have is that the results should be weighted. If I'm using 
> ZCTextIndexes the weighting of a search result works really well. If I 
> simply concatenate the results, won't the weighting be stuffed?

Why can't you use something like

Catalog.searchResults(PrincipiaSearchSource='word1 or word2')?

-mj