Search Button on Library Page Not Working

edited June 2017 in Site Issues
Whenever I go to the "Library" to search for a specific piece of software, I can only get it to search by pressing ENTER. Pressing the "Search" button never works.

Comments

  • Whenever I go to the "Library" to search for a specific piece of software, I can only get it to search by pressing ENTER. Pressing the "Search" button never works.

    That button hasn't worked for along time .
  • Sorry for bumping this post, but I have something to add:

    After doing a quick 'Inspect Element' on the search bar, I have concluded that the the type attribute on the HTML for the search button needs to be changed to submit. So the code would look something like this:
    <button class="btn btn-default" type="submit" id="submit-search"><i class="fa fa-search"></i> Search</button>
    

    Hope this helps.
  • Fixed....
Sign In or Register to comment.