Hi
I use this code to search Tiddlers with title, and it works fine.
<$edit-text tiddler="txtKeyword" field="keyword"/>
<<list-links [search:title{txtKeyword!!keyword}] >>
The total number of my Tiddlers has reached 30,000. (in one file)
When typed charater will refresh list-link that freezes the browser 1-2 sec.
I want to add a button, the list-link filter will trigger after button click.
how to fix this code?