You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi,
I want to only find whole words when using the search Operator.
I've tried the options listed here but cannot make my filter expression match whole words only, even when using the literal flag for search strings.
For example, when the search string is TW I only want to find this:
TW info
Hints for tw linking
and NOT this:
Two little monkeys
I suspect that the whole word search can be achieved with regex, would anyone have any idea how?
Many thanks!
Hubert
Mark S.
unread,
Apr 29, 2020, 10:32:31 AM4/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Something like:
[regexp:text[\bTW\b]]
Hubert
unread,
Apr 29, 2020, 10:52:26 AM4/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks Mark.
I still can't get it to work. Here's my entire filter expression. I know it's clearly incorrect but I can't find any other way to reconcile the different types of brackets with the title flag, the regex expression and the in-filter transclusion.
My search string to be matched is in the note field of the $:/note tiddler: