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

[ENH] - Limit Search Address results to USA #250

Closed
pjdohertygis opened this issue Mar 13, 2024 · 4 comments
Closed

[ENH] - Limit Search Address results to USA #250

pjdohertygis opened this issue Mar 13, 2024 · 4 comments
Assignees
Labels
Enhancement New feature or request Experience Builder Related to Experience Builder Intel Manager 2.0 Related to enhancement and bugs for Intel Manager 2.0.

Comments

@pjdohertygis
Copy link
Owner

Which app?

Intel Manager 2.0 (Experience Builder)

Describe requirements

Ideally the Intel Manager only searches for Addresses in the United States, this will speed up the process of finding addresses and places.

Alternatives

Keep as is..

Other Relevant Info

See this issue and fix pjdohertygis/DeploymentOrderTool#4

Priority impact

p0 - not time sensitive

Impact

This will speed up the process of finding addresses and places and reduce confusion for the end user.

@pjdohertygis pjdohertygis added Enhancement New feature or request Experience Builder Related to Experience Builder labels Mar 13, 2024
@pjdohertygis pjdohertygis self-assigned this Mar 13, 2024
@pjdohertygis pjdohertygis changed the title [ENH] - Limit Search Address results to USA [ENH] - Limit Search Address results to USA and ability to search airports Mar 14, 2024
@pjdohertygis pjdohertygis changed the title [ENH] - Limit Search Address results to USA and ability to search airports [ENH] - Limit Search Address results to USA Mar 14, 2024
@pjdohertygis pjdohertygis added the Intel Manager 2.0 Related to enhancement and bugs for Intel Manager 2.0. label Mar 22, 2024
@pjdohertygis pjdohertygis removed their assignment Jun 13, 2024
@afackler
Copy link
Collaborator

afackler commented Jul 5, 2024

Looks like the best way to achieve this is to make a geocoder based on the Esri World Geocoder for USA addresses only, then plug it in as the "Source" for the search widget. Otherwise we can't filter the World Geocoder by just US addresses
image

@pjdohertygis
Copy link
Owner Author

pjdohertygis commented Jul 5, 2024 via email

@afackler
Copy link
Collaborator

After creating a view of the Esri World Geocoder, I was able to get it plugged into the experience and limit the search to just the US. The locator can be found here https://arcgis.com/home/item.html?id=0b164f8f4ae040429881c66557c3853a#overview.
image

Once the geocoder was created, I removed the World Geocoder and attempted to put the new USA Addresses geocoder in, but kept receiving the "Invalid URL" error. After diging around, I found the geocoder had to be added to the Utility services, then the geocoder had to be added from the "Added" tab and not the Organization tab when adding a new source.
image

When testing, it only shows the USA Addresses! Project saved and issue closed.

Before:
image

After:
image

@pjdohertygis
Copy link
Owner Author

pjdohertygis commented Jul 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Experience Builder Related to Experience Builder Intel Manager 2.0 Related to enhancement and bugs for Intel Manager 2.0.
Projects
None yet
Development

No branches or pull requests

2 participants