David Buchmann
David Buchmann
or maybe we could redefine findTranslation to accept the document instead of an id as well. there is no reason why a valid document should not represent the document just...
see also #616 - most DocumentManager methods depend on the locale returned by LocaleChooser, we should have a generic solution without exploding the number of methods.
you mean that phpcr-odm would automatically add a namespace and a naming scheme for them so that they can be grouped?
in our application, i used naming patterns for specific children to group them. i think it could indeed be useful to support this specifically. some limitations i see: - it...
i think this is a problem of how references and renamings are handled inside the unit of work. it might also depend on order of execution. if you have time...
lets continue the discussion about what sylius needs in #704
thanks for working on this @sarcher ! i do think this is a bug and not intended. does the "The query that I actually want is this:" work as it...
well, then lets wrap up the case for the select by type first if that is already working for you.
i am not sure if the overhead is that small. reading metadata of a loaded document is easy. but finding the metadata of all mapped documents could be more work...
> Why would we need to load all the metadatas? if we want to know whether a phpcr type is unique, we need to check all documents to see if...