How to make a custom type field not queryable?
Hi, how can I make a field not queryable, not indexed? I've created a custom type. <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype"> <doctype name="custom:asset" extends="Document"> <schema name="common"/> ...