We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e26c018 + 71ab2d8 commit 4ad044cCopy full SHA for 4ad044c
3 files changed
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