A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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: