ztfy/utils/catalog/configure.zcml
changeset 42 cb2a0e2d3bbf
child 70 82d8de021806
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ztfy/utils/catalog/configure.zcml	Wed Mar 17 01:04:49 2010 +0100
@@ -0,0 +1,13 @@
+<configure
+	xmlns="http://namespaces.zope.org/zope"
+	i18n_domain="ztfy.utils">
+
+	<class class=".index.TextIndexNG">
+		<require
+			interface="zope.app.catalog.interfaces.IAttributeIndex
+					   zope.index.interfaces.IStatistics"
+			set_schema="zope.app.catalog.interfaces.IAttributeIndex"
+			permission="zope.ManageServices" />
+	</class>
+
+</configure>
\ No newline at end of file