ddubrava / angular-yandex-maps

🗺️ Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API
https://ddubrava.github.io/angular8-yandex-maps/#/
MIT License
57 stars 7 forks source link

❓ Incorrect searching in RU #229

Closed i-gera closed 9 months ago

i-gera commented 9 months ago

Description

the drop-down list offers options that do not correspond to the entered value in Cyrillic. but when i'm searching in latin everything's fine: image

when i'm searching in eng everything's fine: image

AngularYandexMapsModule.forRoot({ apikey: 'my api key from yandex', lang: 'ru_RU', })

ddubrava commented 9 months ago

Hi! Could you create a repro? Actually, this library doesn't do anything with geocoding. You use a yandex dropdown component, it makes all the requests out of the box. If you create a small repro, I can try to help you

i-gera commented 9 months ago

Hi! Could you create a repro? Actually, this library doesn't do anything with geocoding. You use a yandex dropdown component, it makes all the requests out of the box. If you create a small repro, I can try to help you

Suggest is not available. See https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/suggest image

https://ru.stackoverflow.com/questions/1543130/%d0%9f%d0%b5%d1%80%d0%b5%d1%81%d1%82%d0%b0%d0%bb%d0%b0-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d1%82%d1%8c-%d1%81%d1%82%d1%80%d0%be%d0%ba%d0%b0-%d0%bf%d0%be%d0%b8%d1%81%d0%ba%d0%b0-suggestview-%d1%85%d0%b5%d0%bb%d0%bf

It is written everywhere that now we need to get a special suggest_apikey. Where can I add it after receiving so that it is sent in the request parameters? image

ddubrava commented 9 months ago

Hi! Could you create a repro? Actually, this library doesn't do anything with geocoding. You use a yandex dropdown component, it makes all the requests out of the box. If you create a small repro, I can try to help you

Suggest is not available. See https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/suggest image

https://ru.stackoverflow.com/questions/1543130/%d0%9f%d0%b5%d1%80%d0%b5%d1%81%d1%82%d0%b0%d0%bb%d0%b0-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d1%82%d1%8c-%d1%81%d1%82%d1%80%d0%be%d0%ba%d0%b0-%d0%bf%d0%be%d0%b8%d1%81%d0%ba%d0%b0-suggestview-%d1%85%d0%b5%d0%bb%d0%bf

It is written everywhere that now we need to get a special suggest_apikey. Where can I add it after receiving so that it is sent in the request parameters? image

You need to update the library to the latest version, I supported this option. If you can’t, pass this value and use type casting. It will work

ddubrava commented 9 months ago

If you still experience any issues, let me know, please