opensemanticsearch / solr-php-ui

Solr client and user interface for search
https://opensemanticsearch.org/solr-php-ui
GNU General Public License v3.0
21 stars 21 forks source link

Update select_sort.php to hide the repeating sorting option #73

Open pengchuan-lin-bp opened 1 year ago

pengchuan-lin-bp commented 1 year ago

In the search page. the sorting option dropdown will have a fourth, repeating option if Newest or Oldest is chosen. I wrapped the last option $sort_other in src/templates/select_sort.php with <?php if(false): ?> and <?php endif; ?> to effectively comment it out so that it won't show up anymore.