integer-net / solr-magento1

Free Solr Module for Magento 1 for greatly improved search results
GNU Lesser General Public License v3.0
48 stars 12 forks source link

Allow for Case-Insesitive Sorting for Facet-Values #31

Closed eshaker closed 6 years ago

eshaker commented 6 years ago

Please change Solr/Block/Result/layer/Filter.php:378 from ksort($items); to ksort($items, SORT_STRING | SORT_FLAG_CASE);

(unable to create pull request right now)