ucan-lab/laravel-dacapo

Full Text Indexes

ucan-lab opened this issue · 0 comments

https://laravel.com/docs/9.x/releases#full-text
https://laravel.com/docs/9.x/migrations#available-index-types

// Adds a full text index (MySQL/PostgreSQL).
$table->fullText('body');

// Adds a full text index of the specified language (PostgreSQL).
$table->fullText('body')->language('english');