Skip to content

Enable/disable an attribute in advance search option

An attribute can be enabled or disabled to show up in Advance search using the following DQL query.

 

ALTER TYPE dm_document MODIFY (title (set is_searchable  = TRUE)) PUBLISH

 

 

The attribute can be disabled by setting the is_searchable field to FALSE.

Published inDQL