Skip to content

Commit

Permalink
fix(admin_multi_match): update tests for pelias/query#116
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Nov 25, 2019
1 parent 5632edf commit 98c1ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"pelias-microservice-wrapper": "^1.7.0",
"pelias-model": "^7.0.0",
"pelias-parser": "1.38.0",
"pelias-query": "^9.14.0",
"pelias-query": "pelias/query#admin_multi_match",
"pelias-sorting": "^1.2.0",
"predicates": "^2.0.0",
"regenerate": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/fixture/search_pelias_parser_full_address.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
],
'query': 'new york ny US',
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01
'type': 'cross_fields'
}
}],
'filter': [
Expand Down
2 changes: 1 addition & 1 deletion test/unit/fixture/search_pelias_parser_partial_address.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
],
'query': 'new york',
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01
'type': 'cross_fields'
}
}],
'filter': [
Expand Down
2 changes: 1 addition & 1 deletion test/unit/fixture/search_pelias_parser_regions_address.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
],
'query': 'manhattan ny',
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01
'type': 'cross_fields'
}
}],
'filter': [
Expand Down

0 comments on commit 98c1ffa

Please sign in to comment.