PostgreSQL Full Text Search for Laravel Scout
The PostgreSQL Full Text Search for Laravel Scout package lets you implement search functionality in your Laravel application using PostgreSQL's built-in full-text search. It simplifies indexing and searching database records. This package utilizes PostgreSQL's `tsvector` data type and offers customization through a model's `searchableOptions` method. You can define searchable columns, ranking factors, and even leverage web search syntax for complex queries. Overall, it integrates the power of PostgreSQL search with the ease of Laravel Scout..
Supercharged Search with PostgreSQL.