I have a tiddler with a field called "characters" that contains a 
comma-separated list of characters relevant to the story written in the 
tiddler. In this case, the field value is "Nicholas Vaughn, Katherine 
Vaughn". I'm trying to filter on all tiddlers with the name "Nicholas 
Vaughn" somewhere in the character field. However, including the space in 
the "contains" filter's value causes it to break.

This works:
[contains:characters[Nicholas]]

This returns no results:
[contains:characters[Nicholas Vaughn]]

Even just adding the space ("Nicholas ") causes the results to immediately 
go blank. I've tried surrounding the value with quotes with no success. Is 
this a bug, or is there something else I need to do?

(For context, I need it to be the full name because I'll be using this in a 
macro that passes in the full name taken from the character tiddler's 
title.)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb262b73-4bde-4feb-8e1a-f0be4a0b1ad9n%40googlegroups.com.

Reply via email to