Knowing that the [people] field is a list type field, you'd think that [people]=[vada] would return only those files where [people] exactly matches vada, but it doesn't, it behaves exactly like [people]=vada
If I use [=isequal([people],vada,1)]=1 I get the expected results.
next up, two people...
[=isequal([people],nettie;vada,1)]=1
and
[=isequal([people],vada;nettie,1)]=1
return different results. This will be because MC merely appends the second person to the tag string, I wonder if it would be a major pain to get MC to save the field in alphabetical order? At the moment, I'm just musing, thinking out loud kind of thing, while I experiment with some viewscheme building.... not 100% sure what I want yet, but felt that these two things, especially the "exact match" search, went against the grain a bit....