Bug 7470: Babeltheque integration
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
index 2a74746..7b5993d 100644 (file)
@@ -1,12 +1,11 @@
 Searching:
-# omitted, broken: sortbynonfiling
     Features:
         -
             - pref: NoZebra
               choices:
                   yes: "Don't use"
                   no: Use
-            - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
+            - the Zebra search engine.  It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work.
         -
             - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>):
             - pref: NoZebraIndexes
@@ -14,12 +13,13 @@ Searching:
               class: list
             -
         -
+            - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
             - pref: QueryAutoTruncate
               type: boolean
               choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - words in a search query to use the * wildcard (for example, <cite>Har*</cite> would <cite>Harry</cite> and <cite>harp</cite>).
+                  yes: automatically.
+                  no: only if * is added.
+            - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
         -
             - pref: QueryFuzzy
               type: boolean
@@ -31,9 +31,9 @@ Searching:
             - pref: QueryRemoveStopwords
               type: boolean
               choices:
-                  yes: Remove
-                  no: "Don't remove"
-            - stopwords <a href="http://localhost:8080/cgi-bin/koha/admin/stopwords.pl">specified in Koha</a> from searches. (Zebra, on its own, handles a few of the most common stopwords).
+                  yes: Ignore
+                  no: "Don't ignore"
+            - stopwords specified in Koha when searching. (Only applies when Zebra is off).
         -
             - pref: QueryStemming
               type: boolean
@@ -55,14 +55,41 @@ Searching:
                   yes: Use
                   no: "Don't use"
             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
+        -
+            - pref: TraceCompleteSubfields
+              default: 0
+              choices:
+                  yes: Force
+                  no: "Don't force"
+            - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
+        -
+            - pref: TraceSubjectSubdivisions
+              default: 0
+              choices:
+                  yes: Include
+                  no: "Don't include"
+            - subdivisions for searches generated by clicking on subject tracings.
+        -
+            - pref: UseICU
+              default: 0
+              choices:
+                  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: SocialNetworks
+              default: 0
+              choices:
+                  yes: Enable
+                  no: Disable
+            - Enable/Disable social network links in opac detail pages
     Search Form:
         -
-            - Show checkboxes to search by
+            - Show tabs in OPAC and staff-side advanced search for limiting searches on the
             - pref: AdvancedSearchTypes
-              choices:
-                  itemtypes: itemtype
-                  ccode: collection code
-            - on the OPAC and staff advanced search pages.
+              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>)."
         -
             - By default,
             - pref: expandedSearchOption
@@ -73,14 +100,9 @@ Searching:
             - '"More options" on the OPAC and staff advanced search pages.'
     Results Display:
         -
-            - Show search results
-            - pref: XSLTResultsDisplay
-              choices:
-                  yes: using XSLT stylesheets.
-                  no: normally.
-        -
             - By default, sort search results in the staff client by
             - pref: defaultSortField
+              default: relevance
               choices:
                   relevance: relevance
                   popularity: total number of checkouts
@@ -93,10 +115,18 @@ Searching:
             - pref: defaultSortOrder
               choices:
                   asc: ascending.
-                  desc: descending.
+                  dsc: descending.
                   az: from A to Z.
                   za: from Z to A.
         -
+            - pref: displayFacetCount
+              type: boolean
+              default: no
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
+        -
             - By default, show
             - pref: numSearchResults
               class: integer
@@ -104,6 +134,7 @@ Searching:
         -
             - By default, sort search results in the OPAC by
             - pref: OPACdefaultSortField
+              default: relevance
               choices:
                   relevance: relevance
                   popularity: total number of checkouts
@@ -111,13 +142,27 @@ Searching:
                   pubdate: date of publication
                   acqdate: date added
                   title: title
-                  author: author}}, {{choice OPACdefaultSortOrder
+                  author: author
+            - ","
+            - pref: OPACdefaultSortOrder
+              choices:
                   asc: ascending.
-                  desc: descending.
+                  dsc: descending.
                   az: from A to Z.
                   za: from Z to A.
             -
         -
+            - Show up to
+            - pref: maxItemsInSearchResults
+              class: integer
+            - items per biblio in the search results
+        -
+            - Build facets based on
+            - pref: maxRecordsForFacets
+              class: integer
+              default: 20
+            - records from the search results.
+        -
             - By default, show
             - pref: OPACnumSearchResults
               class: integer
@@ -128,4 +173,9 @@ Searching:
               choices:
                   yes: Show
                   no: "Don't show"
-            - "an item's branch, location and call number in OPAC search results."
+            - "an item's library, location and call number in OPAC search results."
+        -
+            - Truncate facets length to
+            - pref: FacetLabelTruncationLength
+              class: integer
+            - characters, in OPAC/staff interface.