Hi there!
I am trying to filter a list to separate it into two different lists.
I am using a (where list key "in" str) as normal and it works, however, I would need something like (where list str "in" key).
What I mean is that my key is a superset of the string I am looking for, so I want to see if the string is in the key, instead of the key in the string. Is there any way to do this in Hugo?