Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.111.0 and later: unable to use .WordCount (etc.) in where clause #11234

Closed
jmooring opened this issue Jul 9, 2023 · 1 comment · Fixed by #11236
Closed

v0.111.0 and later: unable to use .WordCount (etc.) in where clause #11234

jmooring opened this issue Jul 9, 2023 · 1 comment · Fixed by #11236

Comments

@jmooring
Copy link
Member

jmooring commented Jul 9, 2023

These worked with v0.110.0 and earlier:

{{ range where site.RegularPages "WordCount" "gt" 50 }}
{{ range where site.RegularPages "FuzzyWordCount" "gt" 100 }}
{{ range where site.RegularPages "Len" "gt" 200 }}

Git bisect says 90da766 is the first bad commit.

Reference: https://discourse.gohugo.io/t/possible-to-use-where-with-the-wordcount-field/45210

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants