pelias-query
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -13,4 +13,4 @@ | ||
Layout.prototype.filter = function( view, operator ){ | ||
this._filter.push([ view, operator === 'must' ? 'must': 'should' ]); | ||
Layout.prototype.filter = function( view ){ | ||
this._filter.push([ view, 'must' ]); | ||
return this; | ||
@@ -17,0 +17,0 @@ }; |
{ | ||
"name": "pelias-query", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -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
42362