I have a ProductController which extends the yii\rest\ActiveController.Question is that how can I make queries via HTTP GET request
Like: http://api.test.loc/v1/products/search?name=iphone
And the return object will contains all products with name iPhone.