Bug 14457: (follow-up) Add syspref for Libris API URL
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
index 29da64e..fd53954 100644 (file)
@@ -71,14 +71,42 @@ Searching:
                   yes: Include
                   no: "Don't include"
             - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
+        -
+            - pref: EnableSearchHistory
+              default: 0
+              choices:
+                  yes: Keep
+                  no: "Don't keep"
+            - patron search history in the staff client.
+        -
+            - pref: BrowseResultSelection
+              default: 0
+              choices:
+                  yes: Enable
+                  no: Disable
+            - "browsing search results from the bibliographic record detail page in staff client."
     Search Form:
         -
+            - Load the unlogged history to the next user.
+            - pref : LoadSearchHistoryToTheFirstLoggedUser
+              default: 0
+              choices:
+                   yes: "Load"
+                   no : "Don't load"
+            - history to the next client.
+        -
             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
             - pref: AdvancedSearchTypes
               class: long
             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
         -
+            - Limit the languages listed in the advanced search drop-down to the
+            - pref: AdvancedSearchLanguages
+              class: long
+            - "ISO 639-2 language codes (separate values with | or ,)."
+            - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
+        -
             - By default,
             - pref: expandedSearchOption
               type: boolean
@@ -136,6 +164,13 @@ Searching:
               class: integer
             - results per page in the staff client.
         -
+            - For records with many items, only check the availability status for the first
+            - pref: MaxSearchResultsItemsPerRecordStatusCheck
+              class: integer
+            - items.
+            - <br/>Availability statuses may show incorrectly in search results if a record has more items than the limit set. Statuses will display correctly in the record details.
+            - <br/>Leave empty for no limit.
+        -
             - By default, sort search results in the OPAC by
             - pref: OPACdefaultSortField
               default: relevance
@@ -159,7 +194,7 @@ Searching:
             - Show up to
             - pref: maxItemsInSearchResults
               class: integer
-            - items per biblio in the search results
+            - items per bibliographic record in the search results
         -
             - Build facets based on
             - pref: maxRecordsForFacets
@@ -167,11 +202,25 @@ Searching:
               default: 20
             - records from the search results.
         -
+            - Show up to
+            - pref: FacetMaxCount
+              class: integer
+              default: 20
+            - facets for each category.
+        -
             - By default, show
             - pref: OPACnumSearchResults
               class: integer
             - results per page in the OPAC.
         -
+            - "Show facets for"
+            - pref: DisplayLibraryFacets
+              type: choice
+              choices:
+                  home: "home library"
+                  holding: "holding library"
+                  both: "both home and holding library"
+        -
             - pref: OPACItemsResultsDisplay
               type: boolean
               choices:
@@ -187,3 +236,19 @@ Searching:
             - Use the following text as separator for UNIMARC authors facets
             - pref: UNIMARCAuthorsFacetsSeparator
               class: short
+        -
+            - When searching on the ISBN index,
+            - pref: SearchWithISBNVariations
+              choices:
+                  yes: "search"
+                  no: "don't search"
+            - on all variations of the ISBN. Note that this preference has no effect if UseQueryParser is on.
+    Did you Mean/Spell checking:
+        -
+            - LIBRIS Spellchecking API key
+            - pref: LibrisKey
+            - "Can be obtained at http://api.libris.kb.se/bibspell."
+        -
+            - LIBRIS base URL
+            - pref: LibrisURL
+            - "Please only change this if you are sure it needs changing."