pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
218 stars 162 forks source link

Increase MAX_SIZE limit for Pelias API #1649

Open fcruzel opened 1 year ago

fcruzel commented 1 year ago

Could the limit be increased to i.e. 100/150 results per request or implement pagination? I'm currently querying Pelias API but the results I want get hidden behind the limit set to 40.

arnesetzer commented 1 year ago

https://github.com/pelias/api/blob/d1163de90bf30f300f10568d2d521f21f046ffd6/sanitizer/_size.js#L3 change to

const MAX_SIZE = 100;

works in my environment