backbone-db-elasticsearch
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -162,3 +162,3 @@ var _ = require('lodash'); | ||
index: this.name + this.prefixSeparator + model.searchOptions.index, | ||
type: model.type, | ||
type: model.type.toLowerCase(), | ||
}; | ||
@@ -165,0 +165,0 @@ esData.id = model.id.toString(); |
{ | ||
"name": "backbone-db-elasticsearch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Elasticsearch driver for backbone-db", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23018