My fault, i forgot to change Code Name. Its working now but its show no url for the result. How to get the url and how to show all the result?
In this code:
SearchParameters searchParameters = SearchParameters.PrepareForPages(searchText, searchIndexes, 1, PAGE_SIZE, MembershipContext.AuthenticatedUser, "en-us", true);
That code request for page 1 only, what should I pass to the param for all the search result.
After the smart search working, how to add predictive search to my mvc?