SearchHelper.Search DataSet always returns NULL
Question
Nov 17, 2016
I have been smashing my head over this. In the admin area, the test search works on the Index, but I get NULL everytime I make a request through the API. private static DataSet ExecuteSearch(string searchTerm) { SearchIndexInfo sii = SearchIndexInfoProvider.Ge...