lpweb/sonata-admin-postgresql-case-insentive-like-bundle

This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database

2.0.0 2022-04-27 09:28 UTC

This package is auto-updated.

Last update: 2024-04-27 13:51:38 UTC


README

This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database It makes all search case insensitive.

Install

Register the bundle to your config/bundles.php

<?php

return [
    // ...
    Lpweb\SonataAdminPostgreSQLCaseInsensitiveLikeBundle\LpwebSonataAdminPostgreSQLCaseInsensitiveLikeBundle::class => ['all' => true],
    // ...
];

Now all the CONTAINS search in you sonata admin will be made case insensitive