Eric pretty much got the answer & showed you you can make seperate 
search/bar other than the sidebar search

this for when you get more comfortable with the code-- replace the search 
operator (search:field) with the regecp operator where you can control what 
how the search is preformed

paste this into a new tiddler at https://tiddlywiki.com/

search

<$list filter="[!is[system]search:title[reg]]">

</$list>

plain regexp

<$list filter="[!is[system]regexp:title[(?i)reg]]">

</$list>

regexp first letter of title (or field) "^"

<$list filter="[!is[system]regexp:title[(?i)^reg]]">

</$list>

regexp first letter of any word in title (or field) "\b"

<$list filter="[!is[system]regexp:title[(?i)\breg]]">

</$list>

attached is a regexp search bar for search data tiddlers if you want to 
play with it


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bd60432f-1630-480c-a119-14bdba784116%40googlegroups.com.

Attachment: regex select search.tid
Description: Binary data

Reply via email to