I use ZCatalog for indexing and searching documents within Zope. Queries for certain words like: ftp, en, es, ge always return a Zope error message. Is there some language issue (en, es, ge, fr are all abbreviations for languages)? If I query for fr:someword for example, it return the results without any error message. Is this a feature or a bug? What about the term ftp? I use the following dtml-code for the queries (only the important lines): <form name="suche" action="/Navigation/Suche/suchen" method="get"> <input type="hidden" name=textindex_operator value='and'> <input maxlength=50 name='PrincipiaSearchSource' value=""> <dtml-in Catalog size=batchsize start=query_start> <a href="&dtml-absolute_url;"><dtml-var title></a> <dtml-var bobobase_modification_time fmt="day"> </dtml-in> There is more to it but this is just the main lines of the source file. This is the error message I get: ============================================================ Fehler Typ: KeyError Fehler Inhalt: 0 Vorschläge zum Beheben des Fehlers: Diese Seite verweist evtl. auf fehlende Komponenten.0. Die URL ist fehlerhaft. Die übergebenen Parameter sind fehlerhaft. Eine verwendetet Komponente wies Fehler auf. Falls dieser Fehler weiterhin aufaucht, kontaktieren Sie bitte den Administrator dieser Seite. Vielen Dank! Traceback (innermost last): File /usr/local/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /usr/local/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/Zope-2.3.0-linux2-x86/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: suchen) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: suchen) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/OFS/DTMLMethod.py, line 189, in __call__ (Object: suchen) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/DocumentTemplate/DT_String.py, line 538, in __call__ (Object: suchen) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/DocumentTemplate/DT_In.py, line 606, in renderwb (Object: Catalog) File /usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZCatalog/Lazy.py, line 221, in __getitem__ File /usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZCatalog/Catalog.py, line 185, in __getitem__ KeyError: (see above) ============================================================== I use Zope Version 2.3.0 (binary release, python 1.5.2, linux2-x86). Any ideas on what this error message means and how to avoid it? Thank you, Niclas Kuehne Please reply to niclas@eho2000.de