How to match records that are associated with a specific set of other records?
I am trying to add to two different search variations to my project.
There is a model “User” and a model “Tag”. A User has many Tags.
Now I want to be able to search the Users with specific Tags.
Either I want to show all Users that has any of the specified tags.
I got this working this way: