View | Details | Raw Unified | Return to bug 27113
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-4 / +2 lines)
Lines 390-396 Searching: Link Here
390
              choices:
390
              choices:
391
                  1: Show
391
                  1: Show
392
                  0: "Don't show"
392
                  0: "Don't show"
393
            - looking terms based on a provided text by using an ElasticSearch for OPAC.
393
            - search suggestions in the OPAC when using Elasticsearch.
394
        -
394
        -
395
            - pref: IntranetAutocompleteElasticSearch
395
            - pref: IntranetAutocompleteElasticSearch
396
              type: boolean
396
              type: boolean
Lines 398-402 Searching: Link Here
398
              choices:
398
              choices:
399
                  1: Show
399
                  1: Show
400
                  0: "Don't show"
400
                  0: "Don't show"
401
            - looking terms based on a provided text by using an ElasticSearch for Intranet.
401
            - search suggestions in the staff interface when using Elasticsearch.
402
        -
403
- 

Return to bug 27113