Hi Alan,
Yes, I sometimes find that a bit frustrating, too.
The underlying search function in the TiddlyWiki code has an option to treat the entire search term literally. However, the search filter operator (as used by the sidebar search system) provides no way to set this option. In the absence of this option, the search function splits the search term into several pieces, using a sequence of one or more spaces as the separator. Any tiddler that contains any of the pieces (either as a whole word or not) is then considered to be a match.
– æ