You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: