elasticsearch-odm-5
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -197,3 +197,3 @@ 'use-strict'; | ||
Object.keys(value[0]).forEach(function (v) { | ||
mapSchemaType(v, key); | ||
mapSchemaType(v, key + '[0]'); | ||
}); | ||
@@ -216,2 +216,3 @@ } else { | ||
currentPath = currentPath.replace('[0]', '') | ||
dot.str(currentPath, fieldObj, results.fields); | ||
@@ -218,0 +219,0 @@ } |
{ | ||
"name": "elasticsearch-odm-5", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Like Mongoose but for Elasticsearch 5.x. Define models, preform CRUD operations, and build advanced search queries.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1613
131149
29