Add report search feature

refs #377
This commit is contained in:
2015-01-06 21:23:45 +01:00
parent 2d19125dcf
commit 3efda954be
5 changed files with 300 additions and 2 deletions

View File

@@ -6,4 +6,13 @@ services:
chill.report.routing_loader:
class: Chill\ReportBundle\Routing\RoutesLoader
tags:
- { name: routing.loader }
- { name: routing.loader }
chill.report.search:
class: Chill\ReportBundle\Search\ReportSearch
arguments:
- '@doctrine.orm.entity_manager'
calls:
- [setContainer, ["@service_container"]]
tags:
- { name: chill.search, alias: 'report' }