Hi All,
Exploring esri search widet for version 3.13. It's great widget and very easy to configure. It saved lot of development time to come up with such widget.
I was wondering, if displayField can have multiple fields or combined like below. Basically i was trying to avoid us to change the map service changes to add new field with combined results.
displayFields : ["DISTRICT", "NAME"]
Or
displayFields: "DISTRICT" + "NAME"
Thanks in advance.
Thanks and Regards,
Shay,,,