src/ztfy/utils/catalog/configure.zcml
branchZTK-1.1
changeset 148 d3668ecd9137
parent 104 9355f0a396de
child 228 87a929e63afe
equal deleted inserted replaced
147:044dc196ec8a 148:d3668ecd9137
       
     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>