wip.. inject personSearch results in similaritySearch to avoid duplicates results

error message :
---------------
[Semantical Error] line 0, col 13 near 'p.id) FROM ChillPersonBundle:Person':
Error: 'p' is used outside the scope of its declaration.
This commit is contained in:
Mat
2018-11-08 14:26:08 +01:00
parent 99ca79d86e
commit ecf3f541ef
3 changed files with 30 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ services:
- "@security.token_storage"
- "@chill.main.security.authorization.helper"
- "@chill_main.paginator_factory"
- '@chill.person.search_person'
calls:
- ['setContainer', ["@service_container"]]
tags: