Rails devs, do you have a good resource for Arel ? I'm surprised that there is zero official doc for something so dense and historical. 🤔
@bihi So, how does one manage complex queries then?
Raw sql?
My use case: I need to query several string columns for any word in an array of words. I could do it with `.or` queries, but I'd need A LOT of them.
edit: remembered I had this post saved https://testdouble.com/insights/how-to-build-a-search-engine-with-ruby-on-rails