Best Bets not working


(Gavin Boyd) #1

We added a best bet, and also added the fremarker code to our template, but the best bet does not show on the frontend.

Here is are template snippet.

<@s.AfterSearchOnly>

  <#if (response.resultPacket.bestBets)!?size &gt; 0>
      <@s.BestBets>
          <#if s.bb.title??>
            <div class="results-group">
              <h4><a href="${s.bb.clickTrackingUrl}"><@s.boldicize>${s.bb.title}</@s.boldicize></a></h4>
            </div>
          </#if>
      </@s.BestBets>
  </#if>

Is there something we are missing in configuring best bets? We are on Funnelback version 15


(Bart Banda) #2

As this is a Funnelback related question, you are best to post it in the Funnelback forums here: https://forums.funnelback.com/

Will close this one.


(Bart Banda) #3