November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Trond,
It's honestly easy enough to just build your own autocomplete API, then you could apply all the customization you require.
You could just wire it up like a normal search (probably using the PrefixCaseInsensitive
method, see 'Matching by beginning of a string' here) and use projections to ensure you only pull back the minimum amount of data.
Is this still the case? Is there no way of filtering out or removing autocomplete data that Find has autogenerated from user input?
Hi. In an EPiserver project I working on, we use EPiserver.Find as search provider. We also use the autocomplete api as described under statistics ( https://world.episerver.com/documentation/developer-guides/find/search-statistics/).
We find that the users are searching for stranges things and we need to limit the results in the autocomplete list.
It is possible to get only the phrases added in the autocomplete panel in Episerver.find as a whitelist without searching in the statistics data?