From 22e1dadebfe43e415d02795ed33fa85647cc763a Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 20 Nov 2012 19:08:32 -0500 Subject: [PATCH] Bug 8945: Did you mean help file Signed-off-by: Kyle M Hall Signed-off-by: Marc Veron Help file displays as expected. Signed-off-by: Jonathan Druart Add a new help file --- .../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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt new file mode 100644 index 0000000..6356647 --- /dev/null +++ b/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:

+ +
    +
  • The ExplodedTerms plugin suggests that the user try searching for broader/narrower/related terms for a given search (e.g. a user searching for "New York (State)" would click the link for narrower terms if they're also interested in "New York (City)"). This is only relevant for libraries with highly hierarchical authority data.
  • +
  • The AuthorityFile plugin searches the authority file and suggests the user might be interested in bibs linked to the top 5 authorities
  • +
+ +

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' %] -- 1.7.10.4