November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
You are most likely missing a using statement.
Resides in EPiServer.Find.Framework.Statistics
To be able to gather statistics, one should add the .Track() to the search
As described here
http://find.episerver.com/Documentation/stats-tracking
But there is no such thing available, how do I implement it?
SearchClient.Instance.Search<SearchBase>()
.For(query)
.Track(...........
Or am I missing something here? (I suppose I am :-) )
/Fredrik