Skip to content
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

[Resource Embedding] Top-Level Ordering - Multiple Levels feature request #3732

Open
rovercoder opened this issue Sep 18, 2024 · 0 comments
Open
Labels
idea Needs of discussion to become an enhancement, not ready for implementation

Comments

@rovercoder
Copy link

Environment

  • PostgreSQL version: public.ecr.aws/supabase/postgres:15.1.1.78
  • PostgREST version: public.ecr.aws/supabase/postgrest:v12.2.0
  • Operating system: Windows 11

Description of issue

Top-Level Ordering with multiple nested tables/relationships not yet supported.

Example Query:
/rest/v1/restaurant_product?select=price,product(name,country(name, continent(name)))&order=product(country(continent(name))).asc.nullslast

Ordering by this works: product(name)
Ordering by this doesn't work: product(country(continent(name)))

Top-Level Ordering Documentation

supabase/postgrest-js#198 (comment)

@wolfgangwalther wolfgangwalther added the idea Needs of discussion to become an enhancement, not ready for implementation label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Needs of discussion to become an enhancement, not ready for implementation
Development

No branches or pull requests

2 participants