Complex Search
In the content library,you can search for terms in specific DITA elements and attributes.
Operation
By default, Heretto CCMS searches for a term in the following DITA elements and attributes:
- concept body element
- glossary definition element
- glossary term element
- keyword element
- paragraph element
- prolog element
- reference body element
- short description element
- task body element
- title element
- ID attribute
Search Strings
DITA Elements | Search String Format |
---|---|
Keywords | __content_keywords:example |
keyword elements | __content_keyword:example |
glossary term element | __content_glossterm:example |
glossary definition element | __content_glossdef:example |
prolog element | __content_prolog:example |
short description element | __content_shortdesc:example |
concept body element | __content_conbody:example |
reference body element | __content_refbody:example |
task body element | __content_taskbody:example |
paragraph element | __content_para:example |
title element | title:example |
Metadata | Search String Format |
---|---|
Owned By | __document_owner:username |
Broken Links | __has_broken_links:true/false |
Custom Metadata | __taxonomyName:example |
Attribute | Search String |
---|---|
ID attribute | example |
Complex Search Examples
__content_shortdesc:users
__content_shortdesc:"enables users to"
__content_shortdesc:users __content_conbody:enables
The NOT operator excludes the search term that follows it.
title:user NOT status:approved