Skip to content

Instantly share code, notes, and snippets.

View alexislefebvre's full-sized avatar
🐼
🐼 🐼 🐼

Alexis Lefebvre alexislefebvre

🐼
🐼 🐼 🐼
View GitHub Profile
@alexislefebvre
alexislefebvre / FullTextSearchFilter.php
Last active July 29, 2023 09:52 — forked from masseelch/FullTextSearchFilter.php
(Kind of a) api-platform full-text search filter.
<?php
namespace App\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;