26 Apr
2002
26 Apr
'02
7:56 p.m.
Clint Brubakken writes:
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'? I fear this is the easiest approach...
Dieter