[Zope] Searching for FieldIndex for objects that don't containg a certain value

Clint Brubakken cabrubak@inetic.com
23 Apr 2002 16:10:44 -0500


I have a  ZCatalog, and I have a field index called category, and I
want all results where category != 'foo' , is this done easily?

Or do I have to filter all results and reject those where
category='foo'?