gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.7k stars 7.45k forks source link

Advanced Grouping #4585

Open julianoappelklein opened 6 years ago

julianoappelklein commented 6 years ago

I can’t find anything in the Hugo docs about the matter, so I decided bring this up.

I know the Hugo has the built in grouping stuff, but sometimes this is not enough. Sometimes is necessary to group an array from a data file ("/data/somedatawithanarray.json"). It’s not nice have to iterate over an array to group it using the $.Scratch.

I believe a group command would by very straightforward. Something like:

$groups := group $somearray "someprop"

The expected result would by a dictionary containing a key and an array.

It could also be usefull to have a then by. The syntax could be something like:

$groupsofgroups := group $somearray "someprop" "anotherprop"

In this case, the expected result would by a dictionary containing a key and an array of dictionaries (groups).

Sorry if a similar feature already exists, but I couldn’t find it anywhere.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open. If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.