smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.03k stars 273 forks source link

Can't configure max number of suggestions. #228

Open Dvoretska opened 4 years ago

Dvoretska commented 4 years ago

I see that maxSuggestions is not included in the options that I can pass to GeoSearchControl, is there any way to configure this value and show 10 suggestions during search instead of 5 - default value?

yznts commented 3 years ago

@Dvoretska Please, can you specify more details? Minimal working example, JSFiddle or something like that will be helpful. Tested it on the docs page, Algolia provider. It's working like expected. Also, be sure that results are not limited from the provider side.

image image