London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Search w/ Additional URL Parameters Added to Page URL

Vote:
0

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

#272721
Edited, Feb 22, 2022 9:19
Vote:
0
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.

#272727
Feb 22, 2022 12:21
* 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.