es-painless-fields
Advanced tools
Comparing version
@@ -28,3 +28,3 @@ 'use strict'; | ||
unset(fields = []) { | ||
const source = fields.map(key => `ctx._source.remove('${key}')`).join(' '); | ||
const source = fields.map(key => `ctx._source.remove('${key}')`).join('; '); | ||
@@ -31,0 +31,0 @@ return { |
{ | ||
"name": "es-painless-fields", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Helpers for bulk update Elasticsearch documents by query using Painless scripts", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
5978
0.02%