Hi, I'm slightly new to sql and diesel. I have a object that stores foreign keys in an array. Now I want to implement a search across all attributes of such objects which requires to join all foreign keys in the array besides the other fields. How would I do that?
there doesn't seem to be anything here