You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)))
Environment
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)
The text was updated successfully, but these errors were encountered: