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

raxxraxx created an issue. See original summary.

raxxraxx’s picture

Any 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?

raxxraxx’s picture

Version: 7.x-3.5 » 7.x-3.6
raxxraxx’s picture

eugene.ilyin’s picture

Hello

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.

eugene.ilyin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.