Open
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