Merge pull request #3504 from vaishaliwebkul/master

Chinese locale search issue fixed
This commit is contained in:
Jitendra Singh 2020-07-16 21:52:56 +05:30 committed by GitHub
commit 78bbed713d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@
searchedItem.forEach(item => {
let splitedItem = item.split('=');
updatedSearchedCollection[splitedItem[0]] = splitedItem[1];
updatedSearchedCollection[splitedItem[0]] = decodeURI(splitedItem[1]);
});
if (updatedSearchedCollection['image-search'] == 1) {