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

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

Return to bug 39636