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