diff --git a/assets/js/admin-pull.js b/assets/js/admin-pull.js index 3de9f9255..b9449f50f 100755 --- a/assets/js/admin-pull.js +++ b/assets/js/admin-pull.js @@ -39,7 +39,7 @@ if ( chooseConnection && choosePostType && form ) { jQuery( searchBtn ).on( 'click', ( event ) => { event.preventDefault(); - const search = searchField.value; + const search = encodeURIComponent(searchField.value); document.location = `${ getURL() }&s=${ search }`;