ztfy/utils/catalog/configure.zcml
branchZTK-1.1
changeset 149 738abc5935c9
parent 148 d3668ecd9137
child 150 3b6ce9aacac2
equal deleted inserted replaced
148:d3668ecd9137 149:738abc5935c9
     1 <configure
       
     2 	xmlns="http://namespaces.zope.org/zope"
       
     3 	i18n_domain="ztfy.utils">
       
     4 
       
     5 	<class class=".index.TextIndexNG">
       
     6 		<require
       
     7 			interface="zope.catalog.interfaces.IAttributeIndex
       
     8 					   zope.index.interfaces.IStatistics"
       
     9 			set_schema="zope.catalog.interfaces.IAttributeIndex"
       
    10 			permission="zope.ManageServices" />
       
    11 		<require
       
    12 			interface="zope.index.interfaces.IIndexSearch"
       
    13 			permission="zope.View" />
       
    14 	</class>
       
    15 
       
    16 </configure>