-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pagination using "after" doens't respect sort order #3472
Comments
Turns out that "after" don't support ordering (only UID), so this will be turn to a feature request. |
You should be able to use |
offset works fine indeed. We get the right order even 1 by 1. ( |
@manishrjain In SQL I'd usually use an indexed cursor-based approach: I think it could be possible to simulate such an index with an ordered/indexed edge but that's probably far from ideal. |
Hi, I am implementing some data validation tests for the Labels of our GitHub tickets. This is part of a wider metrics project The check that performs the validation of GitHub tickets by "kind" currently fails as this ticket has both the "kind\bug" and "kind\feature" labels Please would it be possible to remove one of the two labels, so that the ticket is categorized either as "bug" or "feature? If this ticket indeed includes both a bug and a feature, please let's create an additional spin-off ticket, so we keep one as feature and one as bug Many thanks, |
Github issues have been deprecated. |
The following issue is pretty much a clone of #2744 but with a different dataset and based on v1.0.14
What version of Dgraph are you using?
Have you tried reproducing the issue with latest release?
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
docker-compose
using the latest Dgraph images(my results:
0x7
,0xc
,0xb
,0xa
,0x9
,0x8
)Expected behaviour and actual result.
0xa
,0x9
,0x8
0xc
The text was updated successfully, but these errors were encountered: