Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8e8571b5
Commit
8e8571b5
authored
Oct 15, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed problem with changed reverse index
parent
15ede96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
+1
-5
No files found.
lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
View file @
8e8571b5
...
...
@@ -83,7 +83,7 @@
#
##############################################################################
__version__
=
'$Id: PathIndex.py,v 1.1
0 2001/10/12 20:05:06
andreasjung Exp $'
__version__
=
'$Id: PathIndex.py,v 1.1
1 2001/10/15 21:40:25
andreasjung Exp $'
from
Products.PluginIndexes
import
PluggableIndex
from
Products.PluginIndexes.common.util
import
parseIndexRequest
...
...
@@ -167,10 +167,6 @@ class PathIndex(PluggableIndex.PluggableIndex, Persistent,
if
level
>
self
.
_depth
:
self
.
_depth
=
level
# reverse index
if
not
self
.
_unindex
.
has_key
(
id
):
self
.
_unindex
[
id
]
=
OOSet
()
self
.
_unindex
[
id
].
insert
(
(
comp
,
level
)
)
def
index_object
(
self
,
documentId
,
obj
,
threshold
=
100
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment