Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bad1cb2b9 | |||
| df927a8197 | |||
| 5c98989631 | |||
| 373087a5d5 | |||
| 205b29e07c | |||
| e1d5f094de |
5
config/packages/doctrine.yaml
Normal file
5
config/packages/doctrine.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
doctrine:
|
||||
orm:
|
||||
dql:
|
||||
string_functions:
|
||||
match: DoctrineExtensions\Query\Mysql\MatchAgainst
|
||||
@@ -3,6 +3,11 @@ services:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
pcm_search.command.index:
|
||||
class: Pcm\SearchBundle\Command\SearchIndexCommand
|
||||
tags:
|
||||
- { name: 'console.command', command: 'pcm:search:reindex' }
|
||||
|
||||
pcm_search.searchable_subscriber:
|
||||
class: Pcm\SearchBundle\EventSubscriber\SearchableSubscriber
|
||||
public: true
|
||||
|
||||
Reference in New Issue
Block a user