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 364-370 Searching: Link Here
364
              choices:
364
              choices:
365
                  1: Show
365
                  1: Show
366
                  0: "Don't show"
366
                  0: "Don't show"
367
            - looking terms based on a provided text by using an ElasticSearch for OPAC.
367
            - search suggestions in the OPAC when using Elasticsearch.
368
        -
368
        -
369
            - pref: IntranetAutocompleteElasticSearch
369
            - pref: IntranetAutocompleteElasticSearch
370
              type: boolean
370
              type: boolean
Lines 372-376 Searching: Link Here
372
              choices:
372
              choices:
373
                  1: Show
373
                  1: Show
374
                  0: "Don't show"
374
                  0: "Don't show"
375
            - looking terms based on a provided text by using an ElasticSearch for Intranet.
375
            - search suggestions in the staff interface when using Elasticsearch.
376
        -
377
- 

Return to bug 27113