Hi
Probably after one of releases of EpiFind, best bets stopped working. I'm trying to get search results using simple query:
var searchResult = _searchClient.UnifiedSearchFor(query, lang)
.ApplyBestBets()
.GetResult(hitSpecification);
In my case lang is English, detected as supported in search client.
Best bet was defined for phrase "test" or "abcd" and it's not returned as first result. I've also made a testin CMS (there is an option to test best bets on current index).
Can anybody confirm it works in latest version of package (13.2.5)?