Bug 18026: Correct URL to database columns from .pref files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
index c6a19bf..f996ad6 100644 (file)
@@ -148,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
@@ -214,3 +221,10 @@ 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.