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

(-)a/misc/maintenance/compare_es_to_db.pl (-2 / +1 lines)
Lines 153-159 foreach my $index (@indices) { Link Here
153
        print "Records that exist in ES but not in Koha\n";
153
        print "Records that exist in ES but not in Koha\n";
154
        for my $problem (@es_problems) {
154
        for my $problem (@es_problems) {
155
            print "  #$problem";
155
            print "  #$problem";
156
            print "  Enter this command to view record: curl $es_base/data/$problem?pretty=true\n";
156
            print "  Enter this command to view record: curl $es_base/_doc/$problem?pretty=true\n";
157
        }
157
        }
158
    }
158
    }
159
159
160
- 

Return to bug 39636