Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
You should use the internal {UrlEncode:{}} function to properly encode the characters that are invalid in the URL (e.g. UTF-8 characters). So replace the URL part with: url="?q={UrlEncode:{R:1}}".
{UrlEncode:{}}
url="?q={UrlEncode:{R:1}}"