What version of Hugo are you using (hugo version)?
$ hugo version
hugo v0.160.0+extended+withdeploy linux/amd64 BuildDate=unknown
Does this issue reproduce with the latest release?
Yes
The following snippets:
where site.AllPages "Parent" "eq" $page
where site.AllPages "Parent" $page
Results in an empty list, wheras the following works fine:
{{ range site.AllPages }}
{{- if eq .Parent $page -}}
...
{{- end -}}
{{- end -}}
What version of Hugo are you using (
hugo version)?Does this issue reproduce with the latest release?
Yes
The following snippets:
Results in an empty list, wheras the following works fine: