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

(-)a/t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t (-3 / +2 lines)
Lines 547-553 subtest 'build_query with weighted fields tests' => sub { Link Here
547
    $se->mock( '_load_elasticsearch_mappings', sub {
547
    $se->mock( '_load_elasticsearch_mappings', sub {
548
        return {
548
        return {
549
            authorities => {
549
            authorities => {
550
                heading => {
550
                Heading => {
551
                    label => 'heading',
551
                    label => 'heading',
552
                    type => 'string',
552
                    type => 'string',
553
                    opac => 0,
553
                    opac => 0,
Lines 557-563 subtest 'build_query with weighted fields tests' => sub { Link Here
557
                        marc_type => 'marc21',
557
                        marc_type => 'marc21',
558
                    }]
558
                    }]
559
                },
559
                },
560
                headingmain => {
560
                Headingmain => {
561
                    label => 'headingmain',
561
                    label => 'headingmain',
562
                    type => 'string',
562
                    type => 'string',
563
                    opac => 1,
563
                    opac => 1,
564
- 

Return to bug 25864