elasticsuite
elasticsuite copied to clipboard
Fixes #2130 Convert Schema Scripts to DB Schema XML
Description
Converts InstallSchema and UpgradeSchema scrips into db_schema.xml files and removes related functionality from accompanying helper classes.
#2130
Wow, congrats, that was a HUGE job to do this conversion process.
Is this finish ? In any case you can rebase to latest 2.10.x and force-push to ensure the integration tests will proceed.
Regards
@romainruaud Thanks 🙂 I've rebased 2.10.x and the integration tests are now passing. Please feel free to re-review 👍
Hi folks, what would be the status here?
Asking because I ran into https://github.com/Smile-SA/elasticsuite/issues/2130 for the 3rd or 4th time already when installing this module on a new shop and it would be nice if this could get fixed one day 🙂
So to solve it now, we need to do the following:
- Change all indexers to "Update on Save"
- Install the ElasticSuite module and run
bin/magento setup:upgrade - Change all indexers back to how they were before
Kind of annoying, but it's what it is for now.
Thanks!
This will be part of the next master release (2.11.0).
I know it was quite old but we could not drop this as part of a minor release.
Regards and once again, many thanks for contributing this.