[Zope] FieldIndex NOT

Brian Brinegar brianb@purdue.edu
Wed, 22 Aug 2001 19:29:42 -0500


I'm probably overlooking this, but has a NOT usage been implemented in
fieldIndexes. I would like to have something like

catalog.searchResults({'state':'California','state_usage':'not'})

return a list of everything that did not have "California" as the value for
state.

--Brian