support search term in API collection requests (#1185)

This commit is contained in:
Kevin Papst
2019-10-24 17:31:15 +02:00
committed by GitHub
parent 4ad290d4bd
commit e91e4ff430
7 changed files with 40 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ class TagController extends BaseApiController
*
* @Rest\QueryParam(name="name", strict=true, nullable=true, description="Search term to filter tag list")
*
* @param ParamFetcherInterface $paramFetcher
* @return Response
*/
public function cgetAction(ParamFetcherInterface $paramFetcher)