Fixed the filter bar not working in IE

Closes #29742
This commit is contained in:
Phil Hughes 2017-03-22 16:34:53 +00:00
parent c62314ab64
commit aba7aeacc9
2 changed files with 5 additions and 1 deletions

View File

@ -384,7 +384,7 @@ import FilteredSearchContainer from './container';
paths.push(`search=${sanitized}`);
}
const parameterizedUrl = `?scope=all&utf8=&${paths.join('&')}`;
const parameterizedUrl = `?scope=all&utf8=%E2%9C%93&${paths.join('&')}`;
if (this.updateObject) {
this.updateObject(parameterizedUrl);

View File

@ -0,0 +1,4 @@
---
title: Fixed filtered search not working in IE
merge_request:
author: