Checked firebug and the json response has no hits.
I have lots of tracked searchwords in Find. No problem searching using regular search functionality. Tried to paste the en/find/rest/autocomplete/get/c?size=3 url into an browser and it doesnt return any hits.
Hi,
Episerver CMS 7.5 and New Episerver Find (8).
Trying to figure out how statistic search works. I have .track() in my code:
var pages = SearchClient.Instance.Search<SitePageData>()
.For(query)
.FilterForVisitor()
.Track()
.GetContentResult();
I tried the example: