pelias-query
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "pelias-query", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "An Elasticsearch query builder for Pelias", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test/run.js | tap-spec" | ||
"units": "node test/run.js | tap-spec", | ||
"test": "npm run units" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
@@ -24,8 +24,3 @@ | ||
score_mode: 'first', | ||
boost_mode: 'replace', | ||
filter: { | ||
'exists': { | ||
'field': vs.var('popularity:field') | ||
} | ||
} | ||
boost_mode: 'replace' | ||
} | ||
@@ -37,3 +32,4 @@ }; | ||
modifier: vs.var('popularity:modifier'), | ||
field: vs.var('popularity:field') | ||
field: vs.var('popularity:field'), | ||
missing: 1 | ||
}, | ||
@@ -40,0 +36,0 @@ weight: vs.var('popularity:weight') |
@@ -24,8 +24,3 @@ | ||
score_mode: 'first', | ||
boost_mode: 'replace', | ||
filter: { | ||
'exists': { | ||
'field': vs.var('population:field') | ||
} | ||
} | ||
boost_mode: 'replace' | ||
} | ||
@@ -37,3 +32,4 @@ }; | ||
modifier: vs.var('population:modifier'), | ||
field: vs.var('population:field') | ||
field: vs.var('population:field'), | ||
missing: 1 | ||
}, | ||
@@ -40,0 +36,0 @@ weight: vs.var('population:weight') |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47824
0
1102