It is because of a recent change in order to avoid counting the search 
system tiddler. Comparing to core search tiddlers, you need a set widget:

<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">

<$set name="resultCount" value="""<$count 
filter="[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]"/>""">

<div class="tc-search-results">

<<lingo Standard/Matches>>

<$list 
filter="[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]">
{{!!title||$:/core/ui/ListItemTemplate}}
<$context term={{$:/temp/advancedsearch}}/>
</$list>
</div>
</$set>
</$reveal>


-- 
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/d/optout.

Reply via email to