@@ -, +, @@ --- .../prog/en/modules/help/admin/didyoumean.tt | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt @@ -0,0 +1,22 @@ +[% INCLUDE 'help-top.inc' %] + +

Did you mean?

+ +

Koha can offer 'Did you mean?' options on searches based on values in your authorities.

+ +

Important Did you mean? only works in the OPAC at this time. The Intranet options are here for future development.

+ +

Using this page you can control which options Koha gives patrons on their search results.

+ +

To turn on the 'Did you mean?' bar on your search results you need to check the box next to each plugin you would like to use. The two plugins you have to choose from are:

+ + + +

If you want one plugin to take priority over another you simply drag it above the other.

+ +

See the full documentation for the Did you mean? feature in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --