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

    I want to convert the AJAX search to simple search (conventional search).

    Instead of displaying the search result below the search box it should appear in the page body? and there should be no highlight and remove highlight.
      • 36592
      • 970 Posts
      You can do it with &ajaxSearch=`0`.
      And check the non-Ajax parameters. -> http://wiki.modxcms.com/index.php/AjaxSearch
        • 24397
        • 17 Posts
        Thanks tkfm, This is a great help, I could achieve that.

        But in the non-AJAX mode with the specified search result page, the search result summary is displayed below the search form, how can I stop it? Unfortunately I didn’t find any parameter for that :-(

        Regards.
          • 36592
          • 970 Posts
          If you just want to hide search form, add &AS_showForm=`0` to the AjaxSearch snippet call on your landing page.
            • 24397
            • 17 Posts
            Thanks once again. The search result summary is off now with the parameter &AS_showResults


            Thanks
            Regards