We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389465c commit f8ba019Copy full SHA for f8ba019
src/apifetch.ts
@@ -490,7 +490,7 @@ const executeApiFetch: ExecuteApiFetch = function (
490
apiEndpoint = 'https://' + apiHostname + '/v1/' + apiPath + '/' + sitekey;
491
const term = type === 'search' ? decodeURIComponent(keyword) : keyword;
492
requestPayloadObject = {
493
- term: decodeURIComponent(term),
+ term,
494
...requestPayloadObject
495
};
496
apiInstance
0 commit comments