Filter Web Part Displaying Token Value instead of Name or Value data #4882
Replies: 5 comments 5 replies
|
Can you share which Managed property you are using in the Refiner and which crawled property it is mapped to? |
|
It is a multiple choice column in a list so the crawled property is OWS_AgeRange and it is mapped to RefinableString02. The other multiple choice columns work fine, and I did try changing the RefinableString to 05 but that had the same issue |
|
@kasperbolarsen, this seems to be affecting Managed Metadata fields as well. All the screenshots below are MM fields mapped to RefinableString managed properties. Interestingly some are showing the token value as previously reported and some seem to be truncating the values. I was previously on 4.20.x and didn't see the issue there.
|
|
I tracked this down and fixed it. Root cause:
What changed:
Validation:
One important note:
The fix is in PR #4886. |






Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am using the Filters web part for several refiners and they are all working except for one - Year. Year is a choice field with values for twenty years (2016 to 2036). The filter dropdown is not displaying the year value and instead is displaying the token value (I confirmed this using browser Dev Tools). This may be a bug where the choice values being text that are numbers is causing a problem with the web part code. The filters do filter correctly when selected, but I have attached a screenshot of the incorrect display. Anyone have any ideas on what may be wrong?

All reactions