I have a many-to-many relationship for objects in an SQL database in a Dancer server, and I need to be able to search objects based on a criteria on the other. In other words, I need to be able to do what is asked in this question but in Dancer.
The relationship is modeled as described in the Dancer DBIx::Class documentation here.
I see examples of how to search based on one-to-many relationships here but I have not been able to translate this to many-to-many.