Skip to content

Support flags: ['fulltext'] for postgres #6234

Open
@tacman

Description

Feature Request

Q A
New Feature yes
BC Break no

Summary

It appears that

#[ORM\Index(name: "article_fulltext", columns: ["headline", "summary"], flags: ["fulltext"])]#

Only works with MySQL. It would be nice if this generated the index for Postgres as well. And even SQLite.

Basically building in at least the tool that creates the index in this bundle: https://github.com/jaimz22/DoctrineFullTextPostrgres

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions