We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89bae1 commit 7da580cCopy full SHA for 7da580c
docs/update_and_migration/from_4.5/update_from_4.5.md
@@ -577,3 +577,11 @@ composer ibexa:setup --platformsh
577
578
Review the changes applied to `.platform.app.yaml` and `.platform/`,
579
merge with your custom settings if needed, and commit them to Git.
580
+
581
+## v4.6.12
582
583
+If the new bundle `ibexa/core-search` has not been added by the recipies, enable it by adding the following line in `config/bundles.php`:
584
585
+```php
586
+ Ibexa\Bundle\CoreSearch\IbexaCoreSearchBundle::class => ['all' => true],
587
+```
0 commit comments