Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Address parts are trimmed off from results #48462

Open
weitzhandler opened this issue Feb 27, 2025 · 1 comment
Open

[BUG] Address parts are trimmed off from results #48462

weitzhandler opened this issue Feb 27, 2025 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Maps needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@weitzhandler
Copy link

weitzhandler commented Feb 27, 2025

Library name and version

Azure.Maps.Search 2.0.0-beta.4

Describe the bug

When searching for a city, the result only includes the CountryRegion while the city itself is truncated.

Related #48454
Related #48452

Expected behavior

When searching for Southend-on-Sea, UK, the result should include the searched city name.

Actual behavior

The result only includes the admin districts which consists of the county (county in the UK is like state in the US), and region.
The result is: Essex, England, United Kingdom.

Reproduction Steps

var client = new MapsSearchClient(credential);
var response = await client.GetGeocodingAsync("Southend-on-Sea, United Kingdom");

Environment

VS 17.13.1
.NET 9.0.2

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Feb 27, 2025
@jsquire jsquire added Service Attention Workflow: This issue is responsible by Azure service team. Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Maps and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Feb 27, 2025
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @dubiety.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Maps needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants