Browse Source

id fix for /suggest/nearby

pull/38/head
Peter Johnson 10 years ago
parent
commit
ab71ccc4a5
  1. 2
      controller/suggest_nearby.js

2
controller/suggest_nearby.js

@ -49,7 +49,7 @@ function setup( backend, query ){
return { return {
_index: 'pelias', _index: 'pelias',
_type: idParts[0], _type: idParts[0],
_id: idParts[1] _id: idParts.slice(1).join(':')
}; };
}); });

Loading…
Cancel
Save