Closed esridoyle closed 9 years ago
The Search in Feature Layer does not search the attribute field specified in the webmap.
main.js line 274 needs to be changed from
source.searchField = [searchLayer.field.name];
to
source.searchFields = [searchLayer.field.name];
@MKellyEsri is correct. Its fixed in the source now.
The Search in Feature Layer does not search the attribute field specified in the webmap.