-
### Bug description
I am using a function that sorts null values by ```first```/```last```.
```
{ orderBy: { item: { sort: 'asc', nulls: 'last' }}}
```
This feature only works on nullable field…
-
### Describe the feature you'd like to request
Say there is a `Team` has a one-to-many relationship to `Member`. My goal is to get team members sorted by `createdAt` field.
Below is the [officia…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
No
### The solution you'd like
Hi -
I would like to have the option to get count of filtered relations, and…
-
### Describe the bug
I am facing an issue when using findAndCount with:
* a filter that excludes values from a nested relation
* a limit
* Sorting by a column that is part of the nested entity
…
jnugh updated
2 weeks ago
-
## Scope & Context
User voice
> Hi, like the headline says I can't find a way to sort by company name on the People page, anyone got any tips on how to do so?
## Current behavior
We cannot s…
-
Hi,
as Wiki says, a Bus route should have relation members in this order:
1) bus stops (in the direction the bus is going)
2) roads (in the direction of the bus)
So iD should keep bus stops at…
-
EDIT: Turns out it is not a bug, but a well hidden feature. The sorting does work, but requires the user to click on a toggle that has different meanings throughout Directus.
### Describe the Bug
…
-
Hi,
lets have a table A which has a fk **a_bId** refrencing table B, B containg a field **b_field**
I want to retrieve all A records sorted by **b_field**.
`$sortingString="b_field";` is not wo…
-
**Describe the bug**
Two relations with sorting on will fail
![image](https://github.com/open-admin-org/open-admin/assets/86517067/409af0ff-49a3-4f1e-a6a6-daa828332dec)
The sorting is set to all …
-
As explained in https://github.com/neo4j-graphql/neo4j-graphql-java/issues/64 I would suggest to change the way sorting is defined.
> Given the Schema:
>
> ```graphql
> type Movie {
> title:…