Gorm many to many find with condition

Viewed 14

enter image description here

There are simply 3 such entities. My goal is to find resources using gorm. But I want to find it based on a certain condition. Exactly what I want is to find the resources containing the specific word in the name of the service. How should I use a preload and where()

0 Answers
Related