Skip to content

Commit dadd4c5

Browse files
committed
MAGETWO-87815: Update PAT scenarios for caching popular search terms functionality
1 parent f6693f0 commit dadd4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/view/frontend/web/js/search-terms-log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ define([
3232
method: 'GET',
3333
url: data.url,
3434
data: {
35-
'q': urlParameters().q
35+
'q': decodeURIComponent(urlParameters().q.replace(/\+/g, '%20'))
3636
}
3737
});
3838
};

0 commit comments

Comments
 (0)