[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.13
Andreas Jung
andreas@zope.com
Mon, 26 Nov 2001 13:03:56 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv14359/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
PathIndex.py
Log Message:
PathIndex ignored the operator parameter
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.12 => 1.13 ===
)
- query_options = ["query","level"]
+ query_options = ["query","level","operator"]
def __init__(self,id,caller=None):