[Solved] How can I sort data coming from Supabase

Yep - Got it - Only one more Q now.
Using the following row in the URL “https://nnnnnnnnnnnnnn.supabase.co/rest/v1/crossdatabas?highscore=gt.399000&select=*,order=highscore ascending=true”

Works quite fine - i only get result above 399000 listed, perfekt. However, The ordering does not work
i guess it has to do with HOW the url is built. The “order=highscore ascending=true” part of the url does not work… How can i combine these commas? Question marks or…
Cant find any relevant stuff in the documentation for a combo…
Any idea…

https://postgrest.org/en/stable/references/api/tables_views.html?highlight=Order#ordering

It’s in the docs for using PostgREST (which is what you use when hitting supabase via rest api connections)

Aha… I missed that Document - Now i guess it makes mor sense… Thanks…

I updated my sample app to include an example of ordered data grabs on the data dump page