From c951aa5504b44970ce1dd71987b9541dd78a9d66 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 9 Jul 2019 10:31:04 -0400 Subject: [PATCH] data sync continued / _id fix Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm b/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm index 372d31acaa..424b1217b9 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm @@ -169,7 +169,7 @@ sub delete_documents { $result = $self->es->delete_by_query( index => $self->index_name, type => 'record', - body => {query => {terms => {id => $ids}}} + body => {query => {terms => {_id => $ids}}} ); }; -- 2.11.0