PlatformUISearchPrototypeBundle is a Platform UI extension prototype that provides full text search capabilities to editors.
- From your eZ Platform installation, run composer:
$ composer require ezsystems/platform-ui-search-prototype-bundle:^0.1.2
- Enable the bundle by adding:
new EzSystems\PlatformUISearchPrototypeBundle\EzSystemsPlatformUISearchPrototypeBundle()
to app/AppKernel.php
.
-
Clear cache and setup assets with
composer run-script post-update-cmd
(if you use prod env make sure that is set with
export SYMFONY_ENV=prod
first).