Skip to content

Instantly share code, notes, and snippets.

View ilbee's full-sized avatar
🏠
Working from home

ilbee

🏠
Working from home
View GitHub Profile
@axelvnk
axelvnk / OrSearchFilter.php
Last active June 9, 2024 15:20
Api platform OR search filter
<?php
namespace Axelvkn\AppBundle\Filter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface;
use ApiPlatform\Core\Exception\InvalidArgumentException;
use Doctrine\ORM\QueryBuilder;
class OrSearchFilter extends SearchFilter