Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Add example for nested embedded filters #432

Closed
laurenceisla opened this issue Sep 1, 2021 · 0 comments · Fixed by #443
Closed

Add example for nested embedded filters #432

laurenceisla opened this issue Sep 1, 2021 · 0 comments · Fixed by #443

Comments

@laurenceisla
Copy link
Member

laurenceisla commented Sep 1, 2021

The Embedded Filters section does not have an example on filters for nested tables. It may be confusing that, for the query:

/clients?select=*,alias1:projects(*,alias2:clients(*,alias3:projects(*)))

This does not order the nested projects:

&alias3.order=name.desc

but this, does:

&alias1.alias2.alias3.order=name.desc

Maybe should be added after #275.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant