blast-project/doctrine-pgsql-bundle
ILIKE over LIKE) to improve query performance and user experience in search-heavy applications (e.g., e-commerce filters, admin dashboards).For Executives:
"This bundle lets us tap into PostgreSQL’s superior case-insensitive search capabilities (e.g., ILIKE) without rewriting queries, cutting development time for features like product filters or user searches. It’s a low-risk, high-reward way to optimize performance for our admin tools—especially if we’re using SonataAdmin. Since it’s lightweight and open-source, we avoid vendor lock-in while future-proofing for PostgreSQL-specific features."
For Engineers: *"This solves two pain points:
LIKE with ILIKE in Doctrine queries, eliminating manual SQL tweaks.substring(field from regexp) via Doctrine DQL, reducing raw SQL in our codebase.
It’s a drop-in for SonataAdmin/Doctrine projects, but note it’s untested in production—we’d need to validate performance gains and edge cases (e.g., complex regex queries). If we’re all-in on PostgreSQL, this could save us weeks of custom work."*How can I help you explore Laravel packages today?