简体   繁体   中英

How to create a dexterity content type not indexed at all?

I would like to create a dexterity content type which is not registred at all in the portal_catalog.

I don't want to unindex it after creation but really I want it to never be indexed in the portal_catalog. Is this possible and how ?

This is for performance reason and because my content type doesn't provide any of the index (except the path index)

Thanks !

Use a custom class for your content type. Override the _getCatalogTool method (inherited from Products.CMFCore.CMFCatalogAware.CMFCatalogAware) and make it return None.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM