-
When I sort for a field that doesn't exist on all items, the sort glitches out -- specifically, it results in duplicate elements during pagination. I think when an item doesn't have a field being sorted, that item should be placed last. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Are you using the in-memory driver? (mock) |
Beta Was this translation helpful? Give feedback.
-
Weird, everything seemed to sort itself out. Maybe it was an issue with my frontend that led to this. Might be the same reason why #287 disappeared as well for me. |
Beta Was this translation helpful? Give feedback.
-
@edobrb On second thought, this issue resurfaced again. I realized that it was only fixed because I was working with a database that had the field set. When new entries came in without the field, this bug appeared again.
EDIT: See reply below |
Beta Was this translation helpful? Give feedback.
@edobrb On second thought, this issue resurfaced again. I realized that it was only fixed because I was working with a database that had the field set. When new entries came in without the field, this bug appeared again.
I'm going to do some investigating on my side to see if it's a frontend issue.EDIT: See reply below