[Zope] ZCatalog: searching with OR

Chris Beaven chris@d-designz.co.nz
Tue, 11 Feb 2003 12:45:56 +1300


Is there any way to seach a catalog for either column1 = 'something' OR 
column2 = 'something' ?

searchResults(column1='something', column2='something')
Only returns results when 'something' is in both column1 AND column2

I could combine 2 results but then they won't be weighted correctly...

Have I got any other options?