RoboHelp and ZoomSearch in Toolbar Main
I produce KB's for my company that seem to be the rave. User base is expanding to the entire company and I need to honestly address the failing of RH8's flawed (though better than RH7) Search. I am looking at ZoomSearch. My customers want search input from any topic. Not search linked from any topic. But, of course, focus groups (yes... ugh!) liked having the search input field on the toolbar even when I suggested that we can put the search input on each topic or master page header.
I've read the original postings on this (http://forums.adobe.com/message/737933) I'm not really satisfied with the answer - that one cannot place the search field for ZoomSearch in a WebHelp toolbar without developer help. I profusely apologize for being such an upstart for even suggesting that Peter and others might have overestimated the core issue.
As I stated above, you can add the search form to any page. Why can you not add it to the toolbar in the skin? I realize the skin editor is too GUI-based to be much help here, but is there some what to get right to the code for the toolbar main and just permanently into the toolbar .htm file within the top frame?
<form method="get" action="<path>search.html"> Would need to modify with frame or target ="main"
<input type="text" name="zoom_query" size="10" style="width: 300px;" />
<input type="submit" value="Search" />
</form>
I realize one drawback to this would be that whatever topics are placed in the project must have the same relative path to the search files. Peter's tutorial solves one end of that with the suggested "search_files" folder. You could also have all files in the project top folder (may work for some, not for me).
Any help or suggestions would be appreciated.
Steve
