Skip to content

Commit

Permalink
Merge pull request #52 from HSLdevcom/remove-pelias-sort
Browse files Browse the repository at this point in the history
Remove pelias sort
  • Loading branch information
siren authored Sep 11, 2017
2 parents 293a840 + 8f635ca commit ff1e5e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"pelias-microservice-wrapper": "1.2.0",
"pelias-model": "5.0.1",
"pelias-query": "9.0.0",
"pelias-sorting": "1.0.1",
"pelias-text-analyzer": "1.9.1",
"predicates": "^1.0.1",
"retry": "^0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion routes/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function addRoutes(app, peliasConfig) {
postProc.confidenceScores(peliasConfig.api),
postProc.matchLanguage(peliasConfig.api),
postProc.interpolate(interpolationService, interpolationShouldExecute),
postProc.sortResponseData(require('pelias-sorting'), hasAdminOnlyResults),
// postProc.sortResponseData(require('pelias-sorting'), hasAdminOnlyResults),
postProc.dedupe(),
postProc.accuracy(),
postProc.translate(),
Expand Down

0 comments on commit ff1e5e1

Please sign in to comment.