0
votes

i can't find anything about dql and soundex. Has anybody an idea how to use soundex with dql?

This is my example query:

$this->getEntityManager()->createQuery('SELECT e FROM event e 
WHERE e.title SOUNDEX(:title)'); 

Thank you very much.

1

1 Answers

1
votes