parent
c62314ab64
commit
aba7aeacc9
2 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
4
changelogs/unreleased/filter-bar-fix-ie.yml
Normal file
4
changelogs/unreleased/filter-bar-fix-ie.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fixed filtered search not working in IE
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue