Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
using HttpClient httpClient = new HttpClient();
var response = await httpClient.GetAsync(Client.GetServiceUrlWithDefaultIndex() + "/_stats/query/top?size=10");
Hi
We want to retrieve most popularr searches out of the FInd.
Seems like you can get everything else out but not most popular searches
Some suggestions to use direct url - but we get unathorised error when doign that way
https://world.optimizely.com/forum/developers-add-ons-forum/Search/Thread-Container/2015/6/most-frequent-searches/
https://world.optimizely.com/forum/legacy-forums/Feature-requests/Thread-Container/2015/6/possible-to-get-information-about-most-frequent-searches-through-statistics-api-in-episerver-find/
Regards