-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(headless): don't leak pagination state to productSuggest call (#4667
) https://coveord.atlassian.net/browse/KIT-3660 For some context, Initially the ticket was "stop culling productSuggest to 5". It could not be done since the pagination part of the state was overwriting the perPage value for the productSuggest call (a feature from CAPI). So let's say there was 25 products in the page, there would be 25 product suggesting since both call were using the same pagination. Pagination is useless for now in productSuggest so we can simply remove it from the request. --------- Co-authored-by: GitHub Actions Bot <>
- Loading branch information
1 parent
7c2491c
commit b69cf0a
Showing
4 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters