eav-manager
eav-manager copied to clipboard
Blazing fast data modeling and enrichment
It seems that referer values does not work anymore. When calling a referer value in a getter, a recursion error appears : "Maximum function nesting level of '256' reached, aborting!"
I know I must not update, but when removing the dotenv component because EAV is too old, the js build was updated, but not the link to the file. This...
It seems that many to many relations are only loaded on one side : I have a Publication and an Author which are linked with a middle-entity PublishedPublications. ```php $publication->get('publishedPublications');...
When browsing a list of EAV entities, why the handler QueryHandler is used, while we use Doctrine and EAV ? Different handlers seems to be called randomly...
To respect the separate of concerns, one single class should not build a form, handle the form, create a query builder, handle sorting, handle filtering. As all is in a...
Sorting with EAV does not work with strings. When sorting, name are not sorted rightly. But it works without EAV...
It will be good if the UserManager can use UserInterface instead of User in its methods parameters. This way it will be more integrated with other security components which use...
As the the database is not human readable any more, the EAV should add a way to see cleary data. I do not understand : for now, to debug, you...
When using a filter, the returned results are not correct and the pagination is broken. For instance, the pagination says 25 results are returned and 2 pages are available, but...
It is nearly impossible to add a custom filter or a custom sort without overriding a lot of core classes. This should not be done this way. A simple yaml...