We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1dc14 commit 1d80f76Copy full SHA for 1d80f76
jquery.filters.js
@@ -969,6 +969,8 @@
969
type: selectedData.type};
970
$.each(values, function (_, humanValue) {
971
humanValue = decodeURIComponent(humanValue);
972
+ // possible bug here
973
+ humanValue = humanValue.replace("/", "");
974
selectedValue = selectedData.options[humanValue].value;
975
dataToPush = buildElementData({name: humanValue, value: selectedValue}, rawObject);
976
filterModal.selectedFilterParameters[key].values.push(dataToPush)
0 commit comments