Bug 18026: Correct URL to database columns from .pref files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
index 451cbc9..f996ad6 100644 (file)
@@ -57,6 +57,13 @@ Searching:
                   yes: Using
                   no: "Not using"
             - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.'
+        -
+            - pref: UseQueryParser
+              default: 1
+              choices:
+                  yes: Try
+                  no: "Do not try"
+            - 'to use the QueryParser module for parsing queries. Please note: enabling this will have no impact if you do not have QueryParser installed, and everything will continue to work as usual.'
         -
             - pref: IncludeSeeFromInSearches
               default: 0
@@ -64,6 +71,13 @@ 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.
     Search Form:
         -
             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
@@ -71,6 +85,12 @@ Searching:
               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
@@ -128,6 +148,13 @@ Searching:
             - pref: numSearchResults
               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
@@ -159,11 +186,25 @@ Searching:
               class: integer
               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
@@ -176,3 +217,14 @@ Searching:
             - pref: FacetLabelTruncationLength
               class: integer
             - characters, in OPAC/staff interface.
+        -
+            - 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.