November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
You're missing a using statement.
using EPiServer.Find.Framework.Statistics;
The docs should be updated to include that.
Hi Joel,
Even after adding the using statement (EPiServer.Find.Framework.Statistics), I'm not getting the "Track()" method.
Hmm, could you check that you are using the latest version of the .NET API? Preferably post what version you are using here?
Hi Joel,
By .NET API are you referring to the EPiServer Find API? I'm using the 1.0.0.224 version of EPiServer Find.
I would like to gather search statistics through tracking code in EPiServer Find. For this I have enabled statistics by clicking add stats link under index details. In my search page I have included the EPiServer.Find.Staistics namespace. Now when I type "SearchClient.Instance.Search<IContent>().For("banana").", I dont get the Track() method on the intellisense (http://find.episerver.com/Documentation/stats-tracking). Kindly let me know if I'm missing something because of which the "Tracking()" function is not available. Thanks.