Merge pull request #6645 from papnoisanjeev/search-bar-issue-with-whitespace

Search bar issue with white space #6644
This commit is contained in:
Jitendra Singh 2022-08-23 14:16:06 +05:30 committed by GitHub
commit f704f799d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=934e73015300b1ae35f5",
"/js/ui.js": "/js/ui.js?id=843e70b28b60736c0103",
"/css/ui.css": "/css/ui.css?id=933372010d246f94f931"
}

View File

@ -406,7 +406,7 @@ export default {
},
searchData($event) {
const searchValue = $event.data.searchValue;
const searchValue = $event.data.searchValue.trim();
this.formURL(
'search',