Search not Searching!

  • Hi,

    I've developed many search bars without issue, but have one which is currently giving problems. Essentially it is not displaying any search results in the results.php page!

    I'm aware that it could be an issue with lack of content and although the website is newly live, it does have some content sufficient present which should be searchable surely?

    Can you take a look at template code to see if there are any issues?


    SEARCH FORM TEMPLATE

    Code
    1. <div class="form-block w-form">
    2. <perch:form id="email-form" method="get" action="/results.php" class="form w-clearfix">
    3. <perch:input type="submit" value=" " class="submit w-button" >
    4. <perch:input class="search-input w-input" type="search" id="q" placeholder="Search" maxlength="128" type="text" id="field">
    5. </perch:form>
    6. </div>

    SEARCH RESULTS TEMPLATE

    Quote

    GLOBAL HEADER SEARCH BAR


    PHP
    1. <div class="search-wrapper w-clearfix">
    2. <?php perch_search_form(); ?>
    3. </div>


    DIAGNOSTICS

  • drewm

    Approved the thread.