Skip to content

Commit

Permalink
Don't add categorie to search url on ajax pageload (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Jan 10, 2024
1 parent c5e50e2 commit 56cf66c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ protected function getCurrentQueryUrl(MagentoHttpRequest $request, array $query)
self::PARAM_MODE,
self::PARAM_PAGE,
self::PARAM_ORDER,
self::PARAM_CATEGORY,
];

foreach ($selectedFilters as $filter => $value) {
Expand Down

0 comments on commit 56cf66c

Please sign in to comment.