For-0 / vocabustudy

Study Vocabulary, For Free.
https://vocabustudy.org
GNU General Public License v3.0
7 stars 4 forks source link

All sets not showing up #290

Closed NikG978 closed 1 year ago

NikG978 commented 1 year ago

I'll keep it brief since I've already explained this to Siddhant Esentially, When I go to my sets, not all of my sets will show up, even after clicking "load more"

However, when I go to saved sets (which includes some of my sets) it shows sets made by me, that are public, and do not show up under "my sets"

grimsteel commented 1 year ago

This is because the pagination uses startAfter 0 for likes and because likes are descending, after you click load more (on any page that has pagination :skull:) it will skip all the sets until the ones that have 0 likes

NikG978 commented 1 year ago

Ah that's pretty interesting