mirror of
https://github.com/stashapp/stash.git
synced 2026-01-10 09:45:45 +01:00
Format
This commit is contained in:
parent
6dcb1279a7
commit
396c1ffc6d
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export class ListFilterModel {
|
|||
} else {
|
||||
searchTerm = params.q;
|
||||
}
|
||||
|
||||
|
||||
// See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#decoding_query_parameters_from_a_url
|
||||
searchTerm = searchTerm.replaceAll("+", " ");
|
||||
params.q = decodeURIComponent(searchTerm);
|
||||
|
|
|
|||
Loading…
Reference in a new issue