Commit aba7aeac authored by Phil Hughes's avatar Phil Hughes

Fixed the filter bar not working in IE

Closes #29742
parent c62314ab
...@@ -384,7 +384,7 @@ import FilteredSearchContainer from './container'; ...@@ -384,7 +384,7 @@ import FilteredSearchContainer from './container';
paths.push(`search=${sanitized}`); paths.push(`search=${sanitized}`);
} }
const parameterizedUrl = `?scope=all&utf8=&${paths.join('&')}`; const parameterizedUrl = `?scope=all&utf8=%E2%9C%93&${paths.join('&')}`;
if (this.updateObject) { if (this.updateObject) {
this.updateObject(parameterizedUrl); this.updateObject(parameterizedUrl);
......
---
title: Fixed filtered search not working in IE
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment