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

(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-2 / +1 lines)
Lines 416-422 our $koha_to_index_name = { Link Here
416
    'match-heading' => 'Match-heading',
416
    'match-heading' => 'Match-heading',
417
    'see-from'      => 'Match-heading-see-from',
417
    'see-from'      => 'Match-heading-see-from',
418
    thesaurus       => 'Subject-heading-thesaurus',
418
    thesaurus       => 'Subject-heading-thesaurus',
419
    any              => ''
419
    all              => ''
420
};
420
};
421
421
422
sub build_authorities_query_compat {
422
sub build_authorities_query_compat {
423
- 

Return to bug 18624