November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Ravindra
Here is the code snippets :
BestBets = SearchClient.Instance.UnifiedSearchFor(findCriteria.SearchPhrase).ApplyBestBets(bestBetsSize).GetResult().Where(x => x.IsBestBet()).ToList();
The bestBetsSize is configured to 20 in our case. The code above pulls results when the search phrase is tied to external link, but not when its tied to local link.
Hi
We are trying to get best bets to work, but when best bets are configured for local links, they don't seem to pull any results. It works fine with External Links. We are on Commerce 12.17.2 and Find 13.2.1.
Please advice.