You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found one problem in building the hierarchical facet, it creates the duplicated entries.
I pasted here the fix i made, from hierarchical-facet.js
replace if (!valueSet.contains(parentValue)) {
by if (!values.contains(parentValue)) {
Regards,
Quyen
The text was updated successfully, but these errors were encountered:
Hi,
I found one problem in building the hierarchical facet, it creates the duplicated entries.
I pasted here the fix i made, from hierarchical-facet.js
replace if (!valueSet.contains(parentValue)) {
by if (!values.contains(parentValue)) {
Regards,
Quyen
The text was updated successfully, but these errors were encountered: