I have some terms with the same field, for example:
terms "apple" "banana" "orange" all have the same field "fruit"
terms "potato" "tomato" "lettuce" all have the same field "vegetables"
The question is: how can I list all the terms with same field in views, like list all terms with "fruit".
Anyone can help?
Comments
Comment #1
b-prod commentedDid you try to use a view filter with the expected string "fruit" or "vegetables" ?
Comment #2
b-prod commented