After the discussion in the other thread<https://groups.google.com/forum/#!topic/tiddlywikidev/rP7wj8g-mPI>and a short chat with Jeremy, I changed the syntax now.
Links are given in my previous post. Regular Expression Filters The field-filter also accepts regular expressions in the form /regexp/(modifier). Please refer to you favourite JavaScript documentation to learn more about regular expressions and modifiers. In the easiest form, regular expressions allow you do do a search on substrings for every field: - field:title/example/: searches for all tiddlers having "example" in its title. - field:title:/example$/: $ is an "anchor" for the end of the text. So "example" has to be the end of the title. - field:text/jeremy|ruston/(i): Searches for tiddlers containing Jeremy's first or last name, ignoring the case. -- 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/groups/opt_out.
