How would you search for a tiddler whose field has multiple values, and one of them matches your search, even if it contains a value you did not search for?
For instance, lets say I have a tiddler titled ‘New House Plans’.
One custom field is ‘Status’ which contained the content ‘In Progress’,
and a custom field ‘Group’* that contains the content ‘Blueprint, Project’
and can be selected using something like " <<list-links ‘[Type[Project]]’>> "
Originally I had a colored tag system in place for this but found a bit of a roadblock when I was creating a tiddler that was also a Type or a Status tag. I experimented with a couple other methods of sorting things and came to using fields instead, which is probably the more intended way of handling this.
So, is it possible to keep multiple values inside of a single custom field, and to use a filter to select a tiddler whose custom field contains one of those values? I’ve tried separating by commas and by placing each value in double square brackets but with no luck.
EDIT: Just realized there is a Type field for the content of the tiddler, so lets change the name of that one I proposed to “Group”