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

(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-2 / +1 lines)
Lines 425-431 sub build_authorities_query_compat { Link Here
425
        'match-heading' => 'Match-heading',
425
        'match-heading' => 'Match-heading',
426
        'see-from'      => 'Match-heading-see-from',
426
        'see-from'      => 'Match-heading-see-from',
427
        thesaurus       => 'Subject-heading-thesaurus',
427
        thesaurus       => 'Subject-heading-thesaurus',
428
        any              => '',
428
        all             => '',
429
    );
429
    );
430
430
431
    # Make sure everything exists
431
    # Make sure everything exists
432
- 

Return to bug 18624