Hi Nathan > > However, I am seeing a tiddler being returned where the string "source > 0001" does not exit - however, in that tiddler are the words 'source' and > the number 0.0001. Is there any way to return values based on the explicit > string "source 0001"? >
The search filter operator treats matches each space separated search term separately; they don't have to be adjacent. As Stephan points out you can use the regexp operator to perform a literal text match, but there probably should be a "contains" operator that matches literal strings. Best wishes Jeremy > > Thanks, > Nate > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

