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

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

Maintainers

Package info

github.com/lpwebit/sonata-admin-postgresql-case-insentive-like-bundle

Type:symfony-bundle

pkg:composer/lpweb/sonata-admin-postgresql-case-insentive-like-bundle

Statistics

Installs: 626

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.0 2022-04-27 09:28 UTC

This package is auto-updated.

Last update: 2026-02-27 17:50:54 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