Skip to content

Commit

Permalink
EZP-31651: Enabled SearchBundle & routes (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jun 16, 2020
1 parent 664ba94 commit 37f2562
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"ezsystems/ezplatform-solr-search-engine": "^3.0@dev",
"ezsystems/ezplatform-standard-design": "^0.3@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/ezplatform-search": "^1.0@dev",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"hautelook/templated-uri-bundle": "^3.2",
"knplabs/knp-menu-bundle": "^3.0",
Expand Down
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
EzSystems\EzPlatformGraphQL\EzSystemsEzPlatformGraphQLBundle::class => ['all' => true],
EzSystems\EzPlatformQueryFieldType\Symfony\EzSystemsEzPlatformQueryFieldTypeBundle::class => ['all' => true],
Ibexa\Platform\Bundle\SearchBundle\PlatformSearchBundle::class => ['all' => true],
Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true],
Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Expand Down
2 changes: 2 additions & 0 deletions config/routes/ezplatform_search.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
platform_search:
resource: '@PlatformSearchBundle/Resources/config/routing.yaml'

0 comments on commit 37f2562

Please sign in to comment.