Hi,
is it possible to ignore case sensitivity for a slice like this one with the “where” op?
{{ $activeComponentIssues := where $active "Params.affected" "intersect" (slice .name) }}
Full file/context: cstate/components.html at master · cstate/cstate · GitHub
What that highlighted line is supposed to do is get posts that:
- have a position boolean (
affected: true
) - and see if there is a match of the category in that kind of file
If not, is there a case sensitivity config option for taxonomies specifically or something?
Thanks so much!