I am working on adding a search bar to my code and found this amazing source (Search multiple sources | ArcGIS API for JavaScript ) that allows one to search over multiple fields using the same search bar. The only issue is that the search in this code produces a single result (i.e there is only one congressional district that is 'district 6')
I want to use this tool for searching trees. So rather than "Congressional District" I want to search "Common Tree Name"
I am inquiring about how to change the one search result to be a result that shows all of the points that share that tree name.
Any help would be Awesome!
-Adam