The filter grammar (http://tiddlywiki.com/#Filter%20Formal%20Grammar) says that a filter step like [title[Bananas]] can be shortened not only to Bananas, but also to "Bananas" or 'Bananas'.
And indeed, looking at the code, parseFilter() in filters.js contains a hefty regular expression that will match "Bananas", 'Bananas' or Bananas. But the code then treats the quotes as part of the operand. Therefore, if you type "HelloThere" with quotes into the Filters tab of AdvancedSearch, it will *not* select the HelloThere tiddler. (Hat tip to Felix for first drawing my attention to this oddity at https://github.com/Jermolene/TiddlyWiki5/pull/1294#issuecomment-68206051) – æ -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
