In this (hopefully) reproducible example, my search field is "Region". The search shows values of the first field of the table, that being "Sitename L". Is there a way to change the suggestion?
let searchWidget = new Search({
view: view,
maxSuggestions: 6,
sources: [
{
layer: fish,
searchFields: ["Region"],
name: "fish",
zoomScale: 500000,
maxSuggestions: 6,
suggestionsEnabled: true,
}
]
});
Search:

Table:
