In this issue, we need to update google search url for quick search engine.
Below is the url we get from template URL service for google service,
{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
we need to update it with : https://www.google.com/search?q={searchTerms} for google serach
In this issue, we need to update google search url for quick search engine. Below is the url we get from template URL service for google service,
{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
we need to update it with :https://www.google.com/search?q={searchTerms}
for google serach