Creating an index with AEM Guides (CCMS)
How do I define terms to include in an index output with AEM guides?
The user documentation and web searches have not yielded results so far.
Thank you!
How do I define terms to include in an index output with AEM guides?
The user documentation and web searches have not yielded results so far.
Thank you!
Gotcha. Yes, you just insert <indexterm> directly into your content. It doesn't appear in the output except as the index entry if you a generating an index. It is ignored if you are not generating an index.
For example:
<p>This is a test of the indexterm element. This is only a test entry <indexterm>test entry</indexterm>.</p>
The DITA also has several other index elements, such as <index-see>, <index-see-also>, and <index-sort-as>, but I haven't tested those. (We're in the system configuration, testing, and about-to-go-live phase.)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.