projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429c0ee
)
data sync continued / _id fix
author
Bill Erickson
<berickxx@gmail.com>
Tue, 9 Jul 2019 14:31:04 +0000
(10:31 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 27 Oct 2021 15:43:35 +0000
(11:43 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
b/Open-ILS/src/perlmods/lib/OpenILS/Elastic.pm
index
372d31a
..
424b121
100644
(file)
--- 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}}}
);
};