I created a custom field as List (text), widget: Check boxes/radio buttons. Editing the field I have for Allowed values list:
live_music|Live Music
On the search page it should show for filter "Live Music" like it is shown when editing the content. However, it shows the key "live_music"
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1150988-2.patch | 3.74 KB | pwolanin |
Comments
Comment #1
pwolanin commentedYes, I'm seeing that too - unfortunately I think this may require a fix to facetapi too, since it doesn't look like it allows the map callback to take added arguments.
For apachesolr before we had this function:
Comment #2
cpliakas commentedIssue and patch posted against Facet API at #1151086: Implement a map options key in the facet definition.
Comment #3
pwolanin commentedThis fix requires this change to facetapi: http://drupal.org/node/1151086#comment-4442756
Comment #4
pwolanin commentedcommitted