ddmaster/postgre-search-bundle
laravel-doctrine/orm) could theoretically host this bundle, but requires:
tsvector).TSQUERY, TSRANK) via a custom Doctrine extension.pg_trgm or other extensions are configured for advanced search (not handled by the bundle).tsvector DBAL type + query builder macros).DB::select("SELECT ... WHERE to_tsvector(...) @@ to_tsquery(...)").beberlei/doctrineextensions) to host the bundle, but requires:
DB::select().pg_trgm or other text search extensions enabled for advanced features.tsvector DBAL type in Laravel’s Doctrine configuration.TSQUERY/TSRANK functions.tsvector fields.to_tsvector()/to_tsquery() (e.g., Searchable::whereSearch($term)).tsvector field mapping and DQL queries.tsvector indexing can improve query speed for large datasets.pg_trgm GIN indexes).ts_rank_cd, etc.).tsvector field mapping could corrupt search indexes.pg_trgm) are properly configured.How can I help you explore Laravel packages today?