I have a field called item_type of type List (text). The definition of the list is:
key1|type name 1
key2|type name 2
key3|type name 3
key4|type name 4
The facet block is showing
key1 (20)
key2 (5)
key3 (74)
key4 (2)
Whereas it should show
type name 1 (20)
type name 2 (5)
type name 3 (74)
type name 4 (2)
Now, the definition of the List (text) was previously
key1|key1
key2|key2
key3|key3
key4|key4
so perhaps it's somehow not updating even though I have definitely re-indexed everything more than once since the change.
Any ideas?
Thanks,
Raxxraxx
Comments
Comment #2
raxxraxx commentedAny help with where I can look to diagnose (and possibly solve) this issue would be great. Where in FacetAPI is the data from the Solr query requested and then processed to create the facets?
Comment #3
raxxraxx commentedComment #4
raxxraxx commentedComment #5
eugene.ilyin commentedHello
I've tested this issue in last dev version of the module with three widgets - selectbox, links, checkboxes. And they work well and show values of a field instead of keys.
Seems this issue is already fixed.
Comment #6
eugene.ilyin commented