[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.4.4.2
Andreas Jung
andreas@zope.com
Mon, 26 Nov 2001 13:02:49 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv13804/Zope-2_4-branch/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
Tag: Zope-2_4-branch
PathIndex.py
Log Message:
PathIndexes ignored the operator parameter
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.4.4.1 => 1.4.4.2 ===
)
- query_options = ["query","level"]
+ query_options = ["query","level","operator"]
def __init__(self,id,caller=None):