You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I set up a pagination ordering my products by TOTAL_SALES, the first 2 products constantly come back as first and second results.
To Reproduce
0 - Run the query below a first time and take note of the first 2 results
1 - Send the same query but this time with the cursor previously retrieved from the endCursor field
2 - Note that the first 2 results are the same as for the first query
@kidunot89 It seems that with Woographql version V0.20.0, products ordered by TOTAL_SALES are no longer ordered at all by TOP_SALES. Am I the only one with this error?
Describe the bug
When I set up a pagination ordering my products by TOTAL_SALES, the first 2 products constantly come back as first and second results.
To Reproduce
0 - Run the query below a first time and take note of the first 2 results
1 - Send the same query but this time with the cursor previously retrieved from the endCursor field
2 - Note that the first 2 results are the same as for the first query
Expected behavior
The first 2 results should not reappear once the cursor has been filled in
Plugin Versions
Additional context
The bug only appear since the v0.16.0
The text was updated successfully, but these errors were encountered: