Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Best bets not working

$
0
0

Hi,

I need to apply best bets to my site.In best bets Target content I choose commerce catalog product.While I tried to get result from beat bets by using following code getting error says "Culture is not supported".

  var results = SearchClient.Instance.UnifiedSearchFor(spaceText).ApplyBestBets().GetResult();
                var result = SearchClient.Instance.Search()
                                .For(spaceText)
                                .ApplyBestBets().GetResult();
////For both cases I am getting the same error.

Exception Image

Thanks in advance.


Viewing all articles
Browse latest Browse all 6894

Trending Articles