On Saturday, September 7, 2013 10:49:42 AM UTC-7, John Kerr wrote: > > I am new to TiddlyWiki. Working with YourSearch plugin encountering error > where search for tiddlers containing specific tag (Contacts) yields > following message when I add "#" prefix: > YourSearch Result: No tiddlers found for /#contacts/gim. > Somehow 'gim' is being added. The plugin will locate tiddlers containing > the tag contacts when I don't use the prefix. >
The /.../gim syntax indicates that you have "regular expressions" enabled for searching. The "/gim" suffix contains the "mode flags" for the regexp processing: g=global, i=insensitive, m=multiple. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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/groups/opt_out.

