Does anyone here know if it's possible to manipulate the DataSet that gets returned from SearchHelper.Search() in the Smart Search Results web part? I have a custom fork of that web part and the associated control, but there seems to be a mismatch between the SearchParameters.NumberOfResults and DataSet.Tables[0].Rows.Count. Is there perhaps a better way to apply custom logic to the smart search results?
↧