HelpSmith Logo
Making Help Authoring a Pleasure to Do
Free DownloadStart your free trial now
HelpSmith Topics
Making Help Authoring a Pleasure To Do

Search in Web Help: set "Phrase" option as default setting

I want the users of my Web Help system to have the "Phrase" search option instead of the "Any words" option (on the Search tab) for better search results.

Is it possible to select the "Phrase" mode as the default setting?

18

Comments

Currently HelpSmith does not have an option to change the default search mode.

As a solution, you can achieve that by including a custom JS/jQuery script for the "Web Help Layout" of your Web Help system.

5

We have written a sample script that selects the "Phrase" match mode as default option.

$(document).ready(function() {
    $('#hs-navi-p #search-form #phrase').prop('checked', true);
});

You can include the "script.js" file (see the attachment below) to your help project at:

Project tab|Project Options|HTML Export|HTML Includes

For more details, you can also visit:

https://www.helpsmith.com/webhelp/topics/including-javascript-and-css-styles.htm

6

It works, thank you!

1

Add a Comment

Please Login or Register or leave comments.

Hello World
Lorem ipsum dolor sit amet
OK
Login
Nickname or Email:
Password:
If you do not have an account, you can register.