Skip to content

Full Text Indexes #180

@ucan-lab

Description

@ucan-lab

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');

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions