Skip to main content
July 16, 2008
Question

Any way to prevent topic from showing on Search tab?

  • July 16, 2008
  • 1 reply
  • 383 views
Hello,

My Search tab in the generated chm works fine, but I was curious of something. In my project I have some pop-ups. I don't index these since they are often short definitions or graphics. It would be probably be good if these also didn't come up in the Search. Is there any way to mark a topic so that it does not show in a search similar to omitting it from the Index tab by not adding a keyword?

Thanks,

Kevin
This topic has been closed for replies.

1 reply

Participating Frequently
July 16, 2008
Hi, Kevin,

See RoboWizard's messages in this thread:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid=897233

The long and short of it is that only files containing the string ".h" in their names are parsed for full-text search information by the HTML Help compiler. So, changing the file name extension of selected topics from ".htm" to, say, ".xhtm" stops them from appearing in the search results.

Pete
July 16, 2008
Pete,

Thanks very much. This is a big help.

Kevin