- π·πΊRussia Andrew Answer Novosibirsk
Can we have a list of entity links instead of list of strings? It would be very useful too.
- π¬π·Greece vensires
This is actually a long standing issue and other than turning in into a MR so that we can easily update it with the latest module commits, I don't think this will ever get into core. The main reason is that GROUP_CONCAT() is only valid for MySQL databases. PostreSQL has STRING_AGG() and SQL Server requires some strange stuff to accomplish it.
So, from what I understand, we have only a few options here.
Either implement a solution taking into account the database type, either invoke a hook/event/plugin/something to allow other custom or contrib modules to add their own solutions. Contrib modules are more easy to target a specific database than core.
- π¨π¦Canada phjou Vancouver π¨π¦ πͺπΊ
The patch was not working anymore on drupal 11, rewrote the patch and also fix a couple other comments since the patch was fixing that too.
- π§πͺBelgium f2boot
Drupal in #43 was also working for Drupal 10.3.1,
but Drupal 10.3.2 brings some clean up of comments in views module. Patch in #43 includes some of these that are therefore not needed anymore => removed from this patch