Games with ampersand in their names are not searched correctly. The ampersand ends up in the URL unencoded causing the text after the ampersand to become a separate GET argument in the URL (basically cut off).
To Reproduce
The bug occurs with any game that has and ampersand as part of its name.
Example game name: Command & Conquer Renegade
In the library right click the game, then select "Search" and "Google" (or any other search target).
In case of Google the address bar in the browser shows the following query: https://www.google.com/search?q=Command%20&%20Conquer%20Renegade
The google page shows that we searched for "Command".
Extension name
Search Collection
Bug Description
Games with ampersand in their names are not searched correctly. The ampersand ends up in the URL unencoded causing the text after the ampersand to become a separate GET argument in the URL (basically cut off).
To Reproduce
The bug occurs with any game that has and ampersand as part of its name.
Example game name: Command & Conquer Renegade
In the library right click the game, then select "Search" and "Google" (or any other search target). In case of Google the address bar in the browser shows the following query:
https://www.google.com/search?q=Command%20&%20Conquer%20Renegade
The google page shows that we searched for "Command".Logs
These are partial logs with only rows mentioning Search Collection. playnite.log extensions.log
Screenshots
No response