Webhelp how to avoid toc indexing

Having trouble installing Oxygen? Got a bug to report? Post it all here.
damienr
Posts: 8
Joined: Wed Jan 22, 2014 5:30 pm

Webhelp how to avoid toc indexing

Post by damienr »

Hi,

I do not want to have the toc.htm file indexed by the serach engine.
in the indexertask ant task, I added div.tree, div.tab_nav_tree_placeholder, but the toc is still part of the result list. that cause some navigation issue if we click on the corresponding result.


<indexertask
htmlDir="${output.dir}"
resourcesDir="${output.dir}/oxygen-webhelp"
outputDir="${output.dir}/oxygen-webhelp/search"
propsDir="indexer"
indexerLanguage="${webhelp.language}"
htmlExtension="${args.outext}"
stem="${use.stemming}"
userDictionary="${webhelp.search.japanese.dictionary}"
doNotIndex="div.ignore,div.navfooter,div.footer,div.navheader,div.tree,div.tab_nav_tree_placeholder"/>
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: Webhelp how to avoid toc indexing

Post by bogdan_cercelaru »

Hello,

Thank you for reporting this.
I've registered an issue in our issue tracking system to be analyzed and I will let you know when it is resolved.

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Webhelp how to avoid toc indexing

Post by Radu »

Hi,

This issue should be fixed in Oxygen 18.0.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply