Facet filtering not working with multi-term facet labels

Issue #27 resolved
Davis Marques created an issue

Where a facet label has multiple terms (ex. "a long facet title"), filtering produces no results. The current controller implementation attempts to replace all space characters with an asterix to ensure that Solr interprets the facet label properly. However, it currently replaces only the first space and leaves the remainder.

Comments (1)

  1. Davis Marques reporter

    FieldFacetController updated to replace all spaces in facet label with * char when building the query string.

  2. Log in to comment