I think you want to hack

$:/core/ui/DefaultSearchResultList

I hacked like this to include missing tiddlers

\define searchResultList()
//<small>{{$:/language/Search/Matches/Title}}</small>//

<$list 
filter="[all[tiddlers+missing]!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]"
 
template="$:/core/ui/ListItemTemplate"/>

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

<$list 
filter="[all[tiddlers+missing]!is[system]search{$(searchTiddler)$}sort[title]limit[250]]"
 
template="$:/core/ui/ListItemTemplate"/>

\end
<<searchResultList>>



On Sunday, September 20, 2020 at 11:17:44 AM UTC-7, David Gifford wrote:
>
> Hi all
>
> I am experimenting with missing tiddlers. I have a "list-search" list that 
> includes missing tiddlers, and I hacked the sidebar tabs > more > all to 
> show missing tiddlers in addition to actual tiddlers. They show up in two 
> different colors. 
>
> If I can, I would like to have the non-advanced sidebar search results to 
> include missing tiddlers. I tried adding this filter 
> ([all[missing+tiddlers]!is[system]!is[shadow]sort[title]]) to replace the 
> filter in $:/core/ui/SideBarSegments/search. But that did not work. 
>
> Any better ideas?
>
> And yes, I know I need to do it in a way that avoids hacking core 
> tiddlers. I am just in the experimental phase and can figure out how to do 
> it to avoid that. I just want to see if it can be done first.
>
> Thanks for any help you can give me. Blessings.
>

-- 
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/265d288a-e8f1-4ffd-a125-c5763e9300e1o%40googlegroups.com.

Reply via email to