AI OnAI Off
SearchClient.Instance.UnifiedSearchFor(searchQuery).Track().GetResult();
"Track() ensures that the required tracking information is added to the URLs of the search hits."
So try removing that extension method .Track() when querying Find to disable.
We have recently started noticing additional URL parameters being added to internal search pages;
e.g. a user can visit /search/?search=querystring
The user will be displayed a list of results as normal, but in addition to the desired page e.g. /news/mynewspage/
?_t_id=hgfhfghhhg%3D%3D&_t_uuid=gfggf%2Bw&_t_q=&_t_tags=language:en%2Csiteid:ffgfhdggg-bd2c-ebcc747ggfdffe7fa%2Candquerymatch&_t_hit.id=
Will be appended to the URL in the HTML...
Does anyone have an idea on how to remove this? I believe it's something with hit tracking from search?
Thanks