Note that the contains operator expects a list field. In a list field your entries would be formed like:
[[Nicholas Vaughn]] [[Katherine Vaughn]]
A list field like this has advantages, since it can be easily converted into a title list for use in filters.
What TiddlyWiki was "seeing" would have been more like:
[[Nicholas]] [[Vaughn,]] [[Katherine]] [[Vaughn]]
which is why "Nicholas" matched, but nothing else.
If you want to continue using a comma separated list, probably searching the field with the regexp operator would work.
On Saturday, January 9, 2021 at 8:22:37 PM UTC-8 Mooglegirl wrote: