Hi
I am using assistant as a custome help view.
In my .qhp file I list my keywords thus
Qt Code:
  1. <keywords>
  2. <keyword name="Test" ref="./index.html"/>
  3. <keyword name="Test2" ref="./Advanced_Operation.htm"/>
  4. <keyword name="Open" ref="./index.html"/>
  5. <keyword name="Getting Started" ref="./Getting_Started.htm"/>
  6. <keyword name="New Job" ref="./Create_New_Job.htm"/>
  7. <keyword name="New" ref="./Create_New_Job.htm"/>
  8. <keyword name="Job" ref="./Create_New_Job.htm"/>
  9. <keyword name="Advanced" ref="./Advanced_Operation.htm"/>
  10. </keywords>
To copy to clipboard, switch view to plain text mode 
However when I run assistant with my collection file the Index only shows the first entry in the keywords section - it doesnt matter which one is at the top but only that one gets displayed.

Has anyone got a clue as to why this is the case?

TIA

Graham