[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog - configure.zcml:1.3
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 04:23:41 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv16578/app/browser/catalog
Modified Files:
configure.zcml
Log Message:
Hooked up full text indexing. There's a new interface ISimpleQuery that
accepts a term and returns a list of hubids. A simple adapter is installed
to adapt textindex to this interface. FieldIndex actually implements this
interface, rather than IQuerying (oops).
=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.2 Sat Jul 12 23:35:45 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml Sun Jul 13 04:23:05 2003
@@ -53,15 +53,13 @@
<!-- Add a couple of items to the add menu -->
<!-- TextIndex -->
-<!-- Text index disabled for now, need to hook it's search index up better.
<browser:menuItem
menu="catalog_index_menu"
for="zope.app.interfaces.container.IAdding"
- action="zope.app.index.text.TextIndex"
+ action="zope.app.index.text.TextCatalogIndex"
title="Text Index"
description="An index to support full-text search"
/>
--->
<!-- FieldIndex -->
<browser:addform