Alexander Rakushin
Alexander Rakushin
Hi Mark, Any update on this? :D
Also I look forward to! Tell me what the problem is with the implementation of this feature? I think you need to take, and to resolve this issue!
same issue, any news?
any news?
A similar problem, with the self-hosted version, when updating from gitlab  
implemented support for 2 search engines ( Solr for self - hosted ) See PR #15
There is nothing self-written in this solution, only (1) the doctrine XMLReader is launched for separate files OR (2) the standard doctrine AttributeDriver is launched instead of the one installed...
Add other PR: https://github.com/doctrine-extensions/DoctrineExtensions/pull/2845 With only attributes reader.
Many projects use XML for ORM, and there are no plans to translate this into attributes. In the PR (https://github.com/doctrine-extensions/DoctrineExtensions/pull/2657) I proposed, there are two options for setting up Gedmo:...
Tests added -- The change is important for our large project, where there are about 1000 entities, and mapping is configured in XML files. Gedmo mapping had to be included...