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.
You have to implement new DQL function and then register it in symfony.