Update of /cvs-repository/Products/ZCTextIndex In directory cvs.zope.org:/tmp/cvs-serv10571 Modified Files: ZCTextIndex.py Log Message: Removed nbest query option, since it is not supported. === Products/ZCTextIndex/ZCTextIndex.py 1.3 => 1.4 === ) - query_options = ['query', 'nbest'] + query_options = ['query'] def __init__(self, id, extra, caller): self.id = id