Try our conversational search powered by Generative AI!

Searches without relevant hits does not work

Vote:
 

The tab "Searches without relevant hits" is showing 0% click rate for all search phrases. Why? What am I missing? Here is a code example that I think should work, the urls have all of Finds query parameters but following the links have no effect on the click rate.

@foreach (var hit in SearchClient.Instance.UnifiedSearchFor("lorem").Track().GetResult()) {
    @hit.Title
}

And there are no errors in the log file.

#122010
May 25, 2015 16:23
Vote:
 

For this to work out of the box you need the render the JavaScript files correctly.

read more about it here

http://dmytroduk.com/techblog/statistics-tracking-in-episerver-find

#122014
May 25, 2015 20:19
Vote:
 

Aha... It does work much better with the javascripts in place, thank you.

#122042
May 26, 2015 10:15
Vote:
 

Been there done that... :)

Glad that it works. Happy coding

#122049
May 26, 2015 10:24
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.