From: rsoulliere Date: Sat, 12 May 2012 14:16:50 +0000 (-0400) Subject: Add auto suggest documentation from Sally/ESI. Thanks Sally and ESI. X-Git-Url: http://git.equinoxoli.org/?p=Evergreen-DocBook.git;a=commitdiff_plain;h=2411f44b023e5d2c59074e2f95e2d9fa0adf8898 Add auto suggest documentation from Sally/ESI. Thanks Sally and ESI. May want to revisit location of documentation. Some of this is OPAC/ end user and some is admin related. --- diff --git a/admin/auto_suggest_search.txt b/admin/auto_suggest_search.txt new file mode 100644 index 0000000..c33db6b --- /dev/null +++ b/admin/auto_suggest_search.txt @@ -0,0 +1,32 @@ +Auto Suggest in Catalog Search 2.2 +---------------------------------- + +The auto suggest feature suggestions for completing search terms as the user enters his search query. Ten suggestions are the default, but the number of suggestions is configurable at +the database level. Scroll through suggestions with your mouse, or use the arrow keys to scroll through the suggestions. Select a suggestion to view records that are linked to +this suggestion. This feature is not turned on by default. You must turn it on in the Admin module. + + +Enabling this Feature +~~~~~~~~~~~~~~~~~~~~~ + +. To enable this feature, click *Admin* -> *Server Administration* -> *Global Flags*. +. Scroll down to item 10, OPAC. +. Double click anywhere in the row to edit the fields. +. Check the box adjacent to *Enabled* to turn on the feature. +. The *Value* field is optional. If you checked *Enabled* in step 4, and you leave this field empty, then Evergreen will only suggest searches for which there are any corresponding MARC records. ++ +note: If you checked *Enabled* in step 4, and you enter the string, *opac_visible*, into this field, then Evergreen will suggest searches for which +there are matching MARC records with copies within your search scope. For example, it will suggest MARC records with copies at your branch. ++ +. Click *Save.* + +image::media/Auto_Suggest_in_Catalog_Search2.jpg[Auto_Suggest_in_Catalog_Search2] + +Using this Feature +~~~~~~~~~~~~~~~~~~ + +. Enter search terms into the basic search field. Evergreen will automatically suggest search terms. +. Select a suggestion to view records that are linked to this suggestion. + +image::media/Auto_Suggest_in_Catalog_Search1.jpg[Auto_Suggest_in_Catalog_Search1] + diff --git a/media/Auto_Suggest_in_Catalog_Search1.jpg b/media/Auto_Suggest_in_Catalog_Search1.jpg new file mode 100644 index 0000000..6cbf623 Binary files /dev/null and b/media/Auto_Suggest_in_Catalog_Search1.jpg differ diff --git a/media/Auto_Suggest_in_Catalog_Search2.jpg b/media/Auto_Suggest_in_Catalog_Search2.jpg new file mode 100644 index 0000000..c17abdb Binary files /dev/null and b/media/Auto_Suggest_in_Catalog_Search2.jpg differ