Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9674

Facet Values Sort Order: Index should ignore casing

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Facet Module

    Description

      Index facet value sorting puts all values that start with a capital letter before all values that start with a lower case letter.

      Since users often don't know this pattern, nor that the value they are looking for might start with a lower case letter, it leads to confusion and bad experiences, in particular in E-commerce with the 'Brand' Facet.

      Desired behavior is that the order ignore case. If two values are otherwise equal (Patagonia,patagonia), put the capital first.

      Example:
      Current Order: Anon,Marmot,Patagonia,Smith,Zoot,maloja,prAna
      Desired Order: Anon,Marmot,maloja,Patagonia,prAna,Smith,Zoot

      Attachments

        Activity

          People

            Unassigned Unassigned
            Carvingturns Luke P Warwick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: