We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af0e4c + 1ff0c1c commit 71ab2d8Copy full SHA for 71ab2d8
assets/js/admin-pull.js
@@ -39,7 +39,7 @@ if ( chooseConnection && choosePostType && form ) {
39
jQuery( searchBtn ).on( 'click', ( event ) => {
40
event.preventDefault();
41
42
- const search = searchField.value;
+ const search = encodeURIComponent( searchField.value );
43
44
document.location = `${ getURL() }&s=${ search }`;
45
0 commit comments