tiwelle Posted August 3, 2017 Share Posted August 3, 2017 Hello, I'm facing a problem with search results in Prestashop 1.7. They are ordered by default by relevance in asc way. This is not good. It means first is the least relevance. How can I change that behaviour ? Thank you ! Manue Link to comment Share on other sites More sharing options...
tiwelle Posted August 4, 2017 Author Share Posted August 4, 2017 For anyone intersting in that, I found a way. I added on my /themes/YOURTHEME/modules/ps_searchbar/ps_searchbar.tpl an hidden input <div id="search_widget" class="col-lg-4 col-md-5 col-sm-12 search-widget" data-search-controller-url="{$search_controller_url}"> <form method="get" action="{$search_controller_url}"> <div class="input-group"> <span class="input-group-btn"> <button class="btn btn-default buttonsearch" type="submit"> <span class="searchbutton"></span> </button> </span> <input type="hidden" name="controller" value="search"> <!-- ADDED TO ALTER THE ORDER --> <input type="hidden" name="order" value="product.position.desc"> <!-- END OF NEW INPUT --> <input id="input-field-id" class="form-control" type="text" name="s" value="{$search_string}" placeholder="{l s='Search our catalog' d='Shop.Theme.Catalog'}"> </div> </form> </div> 4 Link to comment Share on other sites More sharing options...
huko Posted February 7, 2018 Share Posted February 7, 2018 Tiwelle, thank you very much for the solution!!! Works perfectly. Link to comment Share on other sites More sharing options...
saeyo Posted April 27, 2018 Share Posted April 27, 2018 You are now my favorite human on earth. Link to comment Share on other sites More sharing options...
satkauskas Posted October 17, 2018 Share Posted October 17, 2018 Hmm, interesting, - didnt manage to update that file to work. 1.7.4.2. Same path, same file, same edits. But its not sorting. Any updates? thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now