Am Freitag, 9. Januar 2015 00:26:51 UTC+1 schrieb [email protected]: > > Consider the following filter: > > [title[HelloThere]title[GettingStarted]] > > I would have thought this would return nothing. There can't be a tiddler > whose title is both HelloThere and GettingStarted at the same time. >
I would have thought the same, it sounds logical and if you use "field:title…" instead of just "title…", you'll get the expected result. But if you look closely at http://tiddlywiki.com/#FilterOperator%3A%20title you'll see: The *title* filter operator replaces the current list with the title > specified in the operand. > Which tells us that the actual result is the correct one, according to the documentation. -- 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.
