ZCatalog multiple repeat error ?
Hi! I'm performing some ZCatalog text searches with wildcards: for example: mail*+zope so that I find objects containing 'zope' and words starting with 'mail' I get "multiple repeat error" I've tried to find out something with the traceback, but I lost the trace... :-( File /usr/zope/2.5.0/lib/python/Products/ZCatalog/ZCatalog.py, line 579, in searchResults (Object: Catalog) File /usr/zope/2.5.0/lib/python/Products/ZCatalog/Catalog.py, line 576, in searchResults File /usr/zope/2.5.0/lib/python/Products/ZCatalog/Catalog.py, line 470, in _indexedSearch File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py, line 491, in _apply_index (Object: testua_eu) File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py, line 556, in query (Object: testua_eu) File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py, line 219, in query_hook File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py, line 193, in get File /usr/zope/2.5.0/lib/python2.1/sre.py, line 90, in compile File /usr/zope/2.5.0/lib/python2.1/sre.py, line 136, in _compile where testua_eu is my TextIndex. Can somebody point me what does this Multiple Repeat error mean? Thanks in advance. Gari _________________________________________________________ Aurki Euskara hutsezko bilatzailea http://www.aurki.com Zure laguntza behar dugu. Egin zaitez editore!
Your query is nonsense. Don't use the '+' to combine query. See the chapter about searches in the Zope Book for the detailed syntax. -aj --On Wednesday, June 19, 2002 11:51 +0200 Garikoitz Araolaza <gari@eibar.org> wrote:
Hi!
I'm performing some ZCatalog text searches with wildcards:
for example: mail*+zope
so that I find objects containing 'zope' and words starting with 'mail'
I get "multiple repeat error"
I've tried to find out something with the traceback, but I lost the trace... :-(
File /usr/zope/2.5.0/lib/python/Products/ZCatalog/ZCatalog.py, line 579, in searchResults (Object: Catalog) File /usr/zope/2.5.0/lib/python/Products/ZCatalog/Catalog.py, line 576, in searchResults File /usr/zope/2.5.0/lib/python/Products/ZCatalog/Catalog.py, line 470, in _indexedSearch File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py, line 491, in _apply_index (Object: testua_eu) File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py, line 556, in query (Object: testua_eu) File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexic on.py, line 219, in query_hook File /usr/zope/2.5.0/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexic on.py, line 193, in get File /usr/zope/2.5.0/lib/python2.1/sre.py, line 90, in compile File /usr/zope/2.5.0/lib/python2.1/sre.py, line 136, in _compile
where testua_eu is my TextIndex.
Can somebody point me what does this Multiple Repeat error mean?
Thanks in advance.
Gari
_________________________________________________________ Aurki Euskara hutsezko bilatzailea http://www.aurki.com Zure laguntza behar dugu. Egin zaitez editore!
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
At 12:02 19/06/02, Andreas Jung wrote:
Your query is nonsense. Don't use the '+' to combine query. See the chapter about searches in the Zope Book for the detailed syntax.
-aj
Ooops!!! You're right... I was using the same search for another system and I finally ended mixing everythin up... Thanks! :-) Gari _________________________________________ Garikoitz Araolaza gari@eibar.org
participants (2)
-
Andreas Jung -
Garikoitz Araolaza