Hi Robert,
I used your eSearch widget for a while now. I'd like to see how to pass the search result from the search widget to your eSearch widget and do the by spatial to intersected with another feature layer.
I put this code in the Startup:Function
this.fetchDataByName('Search');
and this code in the onReceiveData:Funtion()
console.log(data.searchResults)
But it does not work. Could you let me know how to pass the search result to your widget?
Thanks