> Found this solution that works for me:

edit  tiddler $:/core/ui/DefaultSearchResultList

and add a filter for title results and content results. for example:


\define searchResultList()

//<small>{{$:/language/Search/Matches/Title}}</small>//

 

*<$list 
filter="[!is[system]!suffix[.png]!suffix[.jpg]!suffix[.jpeg]!suffix[.PNG]!suffix[.JPG]!suffix[.JPEG]search:title{$(searchTiddler)$}sort[title]limit[250]]"
 
template="$:/core/ui/ListItemTemplate"/>*

 

//<small>{{$:/language/Search/Matches/All}}</small>//

 

*<$list 
filter="[!is[system]!suffix[.png]!suffix[.jpg]!suffix[.jpeg]!suffix[.PNG]!suffix[.JPG]!suffix[.JPEG]search{$(searchTiddler)$}sort[title]limit[250]]"
 
template="$:/core/ui/ListItemTemplate"/>*

 

\end

<<searchResultList>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/29fd802c-2af9-43f8-8fe4-efe0c2d43cf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to