In my map, the search widget is set up to zoom into an address and provide a pop-up of its attributes. However, when this is done the addresses for the surrounding properties disappear. They don't come back until you clear your search which zooms you back out.
Is there a way to fix this or can it be added to the list of items to be updated in the future?
Thanks for any help you can provide.
Solved! Go to Solution.
Starting with ArcGIS Enterprise 11.2 or ExB Developer Edition 1.12, the Search widget has an option to enable/disable filtering.
https://doc.arcgis.com/en/experience-builder/11.2/get-started/whats-new.htm
https://developers.arcgis.com/experience-builder/guide/1.12/whats-new/
Otherwise, the solution is to create an additional data view on the layers configured for the Search widget, and then configure the Search widget to use that view. This will prevent the Search widget from filtering the "default" data view, and content in the map will not be filtered.
Starting with ArcGIS Enterprise 11.2 or ExB Developer Edition 1.12, the Search widget has an option to enable/disable filtering.
https://doc.arcgis.com/en/experience-builder/11.2/get-started/whats-new.htm
https://developers.arcgis.com/experience-builder/guide/1.12/whats-new/
Otherwise, the solution is to create an additional data view on the layers configured for the Search widget, and then configure the Search widget to use that view. This will prevent the Search widget from filtering the "default" data view, and content in the map will not be filtered.
Thanks for your help.
I had the zoom under the Data Filtering Changes action. So, the zoom was messed up when I disabled filtering. It works correctly once I switched the zoom to a Records Selection Changes action.