Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 58988b5

Browse files
committed
fix(hierarchical): reset pagination to 0 when refining
1 parent 80752d3 commit 58988b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SearchParameters/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ SearchParameters.prototype = {
10561056
}
10571057

10581058
return this.setQueryParameters({
1059+
page: 0,
10591060
hierarchicalFacetsRefinements: defaults({}, mod, this.hierarchicalFacetsRefinements)
10601061
});
10611062
},

0 commit comments

Comments
 (0)