Best Bets not appearing in JSON or XML endpoints

Hi,
First time posting so the usual… be gentle.

I can see the Best Bets appearing in the live and preview HTLM endpoint .../s/search.html?...
But on the JSON (.../s/search.json?...) and XML (.../s/search.xml?...) endpoints the Best Bets section is empty,
bestBets: [] and <bestBets/> respectively.

Does anyone have an idea why this would be, and how to get the bestBets to come though to the JSON and XML endpoints?

Hi Adrian,

In version 15.x and onwards, Best Bets are now powered by more powerful feature called “Curator”. As a result, the Best Bet nodes has been moved to <curator></curator>.

e.g.

Based on the following configuration:

Best Bets

Curator Rules

It will produce the following json and xml:

Hope this helps.

Thanks,

~Gioan

That sorted it.
Thanks very much for the help.

nps! Glad I could help.