Here's what I want to do in an index in PDF output:
collections, see replica collections, volume collections
That is, I do not want a page number to appear in the index for the keyword "collections." I want this index entry to point to two other index keywords.
I use this code when inserting an index marker:
{nopage}collections{see}replica collections,volume collections
When I build the PDF target, I do get an index entry for collections with no page number, and the text "See replica collections,volume collections."
However, those terms are static. I would like them to link to the actual topic. So for example, I would like to click on "replica collections" in the PDF viewer and be directed to the index entry for that keyword.
Can this be done?