When following the installation instructions with this configuration, the console doctrine:migrations:diff step doesn't generate any migration, as no changes are detected.
The configuration provided in the annotations should also be provided as PHP attributes.
The SearchableTrait only has annotations for Doctrine, which is an issue for projects where Doctrine is configured to use PHP attributes:
When following the installation instructions with this configuration, the
console doctrine:migrations:diff
step doesn't generate any migration, as no changes are detected.The configuration provided in the annotations should also be provided as PHP attributes.