How change google seach engine to use another country version?


Description of the issue: I can’t change google.com search engine for another country version (e.g. google.cn, google.ca, etc) while keeping the support of search preview and other stuff.
How can this issue be reproduced?
Chromium Standard search engine is:

{google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}

Wich always use google.com as main page. I have problems with that source sometimes because of a delay for my country. So i would like to change it for another country version of google, while keeping all search engine parameters.

I could enable it by adding a search engine like this: https://www.google.ca/search?q=%s , but when i use it, it cant predict search or suggests options.

Expected result:. Something like this

{https://www.google.ca/:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
(this one doesnt work)

**Brave Version( check About Brave):**0.70.123

This topic was automatically closed after 30 days. New replies are no longer allowed.