Hello, community! I am making a flexible many step filtration of a tiddler list with 4 or 5 $edit-text or $select widgets. And I would like to show (at least) the current count of the filtered tiddlers on each step.
How can I put into a variable the result of each filtering step? And what is the syntax in a filter to use a variable as an input header list?
I start with this:
<$edit-text field="search.words" tag="input" type="search" class="tc-popup-handle" style="width: 300px;"/><br>
<$edit-text field="search.phrase" tag="input" type="search" class="tc-popup-handle" style="width: 300px;"/><br>
<$edit-text field="search.regexp" tag="input" type="search" class="tc-popup-handle" style="width: 300px;"/><br>
<$edit-text field="search.keywords" tag="input" type="search" class="tc-popup-handle" style="width: 300px;"/><br>
<$edit-text field="highlight" tag="input" type="search" class="tc-popup-handle" style="width: 300px;"/><br>