Skip to main content
Participant
August 11, 2015
Question

Passing search parameters into HTML5 webhelp

  • August 11, 2015
  • 1 reply
  • 1183 views

Our product requires that our online help can be kicked off when the user enters a search term into the search box integrated into the product itself. This action should launch the help package, displaying the search results (the same as if the search string had been entered into the help package's search box). We were able to do this with webhelp but now want to move to HTML5 help. Can anyone suggest how we go about passing the inputted search parameters into HTML5, please?

Cheers

Neil Williamson

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
August 12, 2015

Add the following two parameters to the URL when you call the help:

rhsearch=<string to search, must be URL encoded>

ux=search

For example:

example.com/robohelp/index.htm?rhsearch=Getting%20started&ux=search

Participant
August 12, 2015

Many, thanks Willam. I'll pass this on to the devs and report back as to the success.

Cheers

Neil