Trying to get the new Search running against a feature layer. enableSuggestions and enableSuggestionsMenu are false. Don't see anything else in docs which warns of 10.3/supportsPagination = true.
Any help appreciated.
sources: [{
featureLayer: new FeatureLayer('.../Parcels/FeatureServer/0', {
outFields: ['*']
}),
searchFields: ['ADDRESS', 'PARCEL_ID', 'OWNER'],
displayField: 'ADDRESS',
exactMatch: false,
outFields: ['*'],
name: 'Parcels',
placeholder: 'Search parcels',
enableSuggestions: false,
enableSuggestionsMenu: false,
minCharacters: 3
}]