Bug 26431

Summary: Using #'s in <topic> URLs Fails to Index File for Help Search
Product: [Eclipse Project] Platform Reporter: mary
Component: User AssistanceAssignee: Konrad Kolosowski <konradk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description mary CLA 2002-11-14 18:07:17 EST
If all the URLs for a help file specified in a toc.xml file use #'s to specify 
a tag, then that file is not included when the help search index is rebuilt. 
For example if you have topics like this:
 <topic label="Acknowledgements" href="doc/xsip/00preface.htm#acknowledgements">
There must be a topic like this:
 <topic label="Preface" href="doc/xsip/00preface.htm">
Otherwise 00preface.htm will not be indexed for help search, and the filename 
is not listed in the indexed_docs file.
Comment 1 Konrad Kolosowski CLA 2003-01-17 16:11:55 EST
Fixed.
For document fragment like href="doc/xsip/00preface.htm#acknowledgements" a 
whole document with href="doc/xsip/00preface.htm" will be indexed, even it does 
not exists in the TOC navigation.