I need to make a query to find a Model that has an exact set of a many-to-many relationship.
For example, I have a Blog post that has many Tags. The tags can belongs to many blog posts.
How could I retrieve all blogs posts that have the tag #1, #2 and #3 without any other tag, only these 3, in an efficient manner?