Merge pull request #4054 from devansh-webkul/url_decoding_issue

Decode Function Added #4049
This commit is contained in:
Jitendra Singh 2020-10-09 16:58:33 +05:30 committed by GitHub
commit 3d060d63d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
type="search"
class="form-control"
placeholder="{{ __('velocity::app.header.search-text') }}"
:value="searchedQuery.term ? searchedQuery.term.split('+').join(' ') : ''" />
:value="searchedQuery.term ? decodeURIComponent(searchedQuery.term.split('+').join(' ')) : ''" />
<image-search-component></image-search-component>