Supabase RPC returns fewer records than if I query the database itself
I have a postgres (v15) function that takes a users id, and returns a list of other users that are similar to them. What similar means probably doesn’t matter for the question here, but just in case, here is a simplified version of that function: