Select and order rows based on number of matched elements in array from foreign table in postgREST

I'm creating simple supabase application and I want to construct postgREST query to select recipes and order them ascending by number of matched_ingredients

https://stackoverflow.com/questions/73463521/how-to-select-and-order-rows-based-on-number-of-matched-elements-in-array-from-f
Stack Overflow
I'm creating simple supabase application and I want to construct postgREST query to select recipes and order them ascending by number of matched_ingredients
Right now I'm stuck on this:
https://URL.
Was this page helpful?