We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b9ba8 commit 47a3173Copy full SHA for 47a3173
core/filters.md
@@ -278,7 +278,7 @@ use ApiPlatform\Core\Annotation\ApiResource;
278
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter;
279
280
/**
281
- * @ApiResource(attributes={"filters"={"offer.boolean_filter"}})
+ * @ApiResource
282
* @ApiFilter(BooleanFilter::class, properties={"isAvailableGenericallyInMyCountry"})
283
*/
284
class Offer
@@ -376,7 +376,7 @@ use ApiPlatform\Core\Annotation\ApiResource;
376
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter;
377
378
379
- * @ApiResource(attributes={"filters"={"offer.exists_filter"}})
380
* @ApiFilter(ExistsFilter::class, properties={"transportFees"})
381
382
0 commit comments