We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8042
    • 7 Posts
    Hi

    My search box on the template works fine, but I’m not getting any results when I attempt to display them in the search page content.

    Template code is
    [!AjaxSearch? &AS_landing=`7` &AS_showResults=`0` &ajaxSearch=`0`!]


    Results page code is
    [!AjaxSearch? &AS_showResults=`1` &AS_showForm=`0`!]

    pasted into the content beneath a search results heading.

    Changing the template code to
    &AS_showResults=`1`

    displays the results at the top, so I must be doing something wrong with my search page call.

    Thanks for helping.
      • 5811
      • 1,717 Posts
      Hi drgonzo,

      In your result page, change
      [!AjaxSearch? &AS_showResults=`1` &AS_showForm=`0`!]
      by
       [!AjaxSearch? &ajaxSearch=`0` &AS_showResults=`1` &AS_showForm=`0`!]


      FYI: You can get the last version (1.7) here
        • 8042
        • 7 Posts
        Cheers lipsrsealed

        Just upgraded to v1.7 too. Brilliant...