| Bug ID Number |
BUG-000148629 |
| Submitted | April 20, 2022 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Online |
| Version found | 10.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
When the text is entered with "Rue" preceding the street name "Wolfe", the suggestion is returned as expected.
https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?maxSuggestions=6&outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D&text=1138%20Rue%20Wolfe%2C%20Can&f=json
{
"suggestions": [
{
"text": "1138 Rue Wolfe, Saint-Bruno-de-Montarville, QC, J3V 3K5, CAN",
"magicKey": "dHA9MCNsb2M9MTY4NDY1MDEjbG5nPTQzI2huPTExMzgjbGJzPTEwOTo0ODQ1MjM1MTswOjk2ODIzOTE=",
"isCollection": false
},
{
"text": "Rue Wolfe, Gaspé, QC, G4X, CAN",
"magicKey": "dHA9MCNsb2M9MTY3Njg4NTYjbG5nPTQzI2xicz0xMDk6NDg0NTIzNTE7MDo5NjgyMzkx",
"isCollection": false
},
{
"text": "Rue Wolfe, Lévis, QC, G6V, CAN",
"magicKey": "dHA9MCNsb2M9MTY3OTYyMzAjbG5nPTQzI2xicz0xMDk6NDg0NTIzNTE7MDo5NjgyMzkx",
"isCollection": false
},
{
"text": "Rue Wolfe, Dunham, QC, J0E, CAN",
"magicKey": "dHA9MCNsb2M9MTY4MTQ1OTYjbG5nPTQzI2xicz0xMDk6NDg0NTIzNTE7MDo5NjgyMzkx",
"isCollection": false
},
{
"text": "Rue Wolfe, Granby, QC, J2G, CAN",
"magicKey": "dHA9MCNsb2M9MTY4MjEzNjUjbG5nPTQzI2xicz0xMDk6NDg0NTIzNTE7MDo5NjgyMzkx",
"isCollection": false
},
{
"text": "Rue Wolfe, London, ON, N6B, CAN",
"magicKey": "dHA9MCNsb2M9MTY3MDYwMzgjbG5nPTQzI2xicz0xMDk6NDg0NTIzNTE7MDo5NjgyMzkx",
"isCollection": false
}
]
}
Workaround
Use the geocode-api.arcgis.com instead.
Steps to Reproduce