-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionalityEasy PickRelatively easy to solve for newcomers as wellRelatively easy to solve for newcomers as well
Description
Q | A |
---|---|
Bug? | yes |
New Feature? | no |
Sulu Version | 1.6.20, 2.0.0-alpha1 |
Actual Behavior
Sulu build with destroy does not purge search index
Expected Behavior
bin/console sulu:build dev --destroy
Should also purge the massive search indexes.
Steps to Reproduce
A page still exist in the index after running: bin/console sulu:build dev --destroy
Possible Solutions
Run also:
bin/adminconsole massive:search:purge --all --force
bin/websiteconsole massive:search:purge --all --force
We should target 2.5 branch for this.
Metadata
Metadata
Assignees
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionalityEasy PickRelatively easy to solve for newcomers as wellRelatively easy to solve for newcomers as well