I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [X] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
I have
- An app that has
usersschema. -
Usersschema hasusernameproperty.
I query users content with
- a filter
$filterthat excludes predefined user ids. - sorted by
username - (it may have
$skipoption).
In the end, the query looks like
$filter=id ne '<guid>'&$orderby=data/username/iv&$skip=10
Current behavior
The content is returned in a random order (not by username).
Expected behavior
The content is returned in the correct order by username.
Note, the $orderby is working correctly if the $filter doesn’t have id filtering.
E.g, this query will work perfectly
$filter=data/uid/iv ne '<uid>'&$orderby=data/username/iv&$skip=10
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [4.4.0.0]
Browser:
- [X ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [X ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
.Net Client Library 4.2.0