- 🇨🇺Cuba dariemlazaro Havana
I've been looking for a way to display a discrete sample of three content items per category using a Drupal view. The Representative Node works, but only for one item, and its option to display by view doesn't work, causing a SQL error. This module, on the other hand, allows for grouping by a defined number of items. It works for what I want, but causes a WSOD when there are too many items. It seems to load the entire database and then filter. A way to limit the SQL query to the defined number of items to be grouped would be needed. I have no knowledge of how to modify this SQL query or any other way to optimize this.