Commit f38b07a5 authored by Florent Guillaume's avatar Florent Guillaume

Removed old comment.

parent 234f272b
......@@ -184,10 +184,6 @@ class ZCTextIndex(Persistent, Acquisition.Implicit, SimpleItem):
text = text()
if text is None:
continue
# To index each attribute separately, we could use the
# following line, but we have preferred to make a single
# call to index_doc() for all attributes together.
# res += self.index.index_doc(documentId, text)
if text:
if isinstance(text, (list, tuple, )):
all_texts.extend(text)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment