You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input 1: Keypirihna: g this is an example
Output 1: msedge: ULR: http://%22https//www.google.com/search?q=this%20is%20an%20example%22
Input 2: Keypirihna: g example
Output 2- OK: https://www.google.com/search?q=example
Microsoft Edge Version: 86.0.622.69 (Official build) (64-bit)
(#. Note:
this issue was reported to be disappeared by another user in keypirinha 2.26 but it seems to persist even now
at first multi word search used to work like a charm.. but now I think due to some changes in the settings of either the browser, or easysearch this no longer works as intended.
either way the google searches use "+"
Therefore, an option to how to handle spaces in argument to be included is a must)
(#. not a developer or used to github, pardon for any unfamiliarity in communication)
The text was updated successfully, but these errors were encountered:
This properly encodes spaces, but there are many more "unsafe" characters.
@TakahiroSato provided a better solution relying on urllib.parse.quote. See his PR #5 . You can download the fixed package from the dev-branch in his fork.
Issue: When searching for more than one word with space between, easysearch/ Keypirinha outputs incorrect url which leads to
Examples:
Definition:
[engines]
g = Google https://www.google.com/search?q={q}
Microsoft Edge Version: 86.0.622.69 (Official build) (64-bit)
(#. Note:
this issue was reported to be disappeared by another user in keypirinha 2.26 but it seems to persist even now
at first multi word search used to work like a charm.. but now I think due to some changes in the settings of either the browser, or easysearch this no longer works as intended.
either way the google searches use "+"
Therefore, an option to how to handle spaces in argument to be included is a must)
(#. not a developer or used to github, pardon for any unfamiliarity in communication)
The text was updated successfully, but these errors were encountered: