A version that waits for 3 characters:
<$edit-text tiddler="mytitlesearch" size="50" tag="input"/>
''Results:''<br/>
<$list filter="[{mytitlesearch}] +[minlength[3]]" emptyMessage="Type at
least 3 characters to see results">
<$list filter="[search{mytitlesearch}tags[]]"
template="$:/core/ui/TagTemplate">
</$list>
</$list>
-- Mark
On Monday, August 20, 2018 at 9:51:05 AM UTC-7, Mohammad wrote:
>
> Mark,
> Is it possible to ignore result for inputs less than three characters?
>
> -Mohammad
>
> On Monday, August 20, 2018 at 8:51:25 PM UTC+4:30, Mark S. wrote:
>>
>> Oh, I forgot that you probably want to see the tags as buttons. So ...
>>
>> <$edit-text tiddler="mytitlesearch" size="50" tag="input"/>
>>
>> <$reveal state="mytitlesearch" type="nomatch" text="">
>> <$list filter="[search{mytitlesearch}tags[]]"
>> template="$:/core/ui/TagTemplate">
>> </$list>
>> </$reveal>
>>
>>
>>
>> -- Mark
>>
>> On Monday, August 20, 2018 at 8:44:22 AM UTC-7, Mark S. wrote:
>>>
>>> Something like this, then:
>>>
>>> <$edit-text tiddler="mytitlesearch" size="50" tag="input"/>
>>>
>>> <$reveal state="mytitlesearch" type="nomatch" text="">
>>> <<list-links "[search{mytitlesearch}tags[]]">>
>>> </$reveal>
>>>
>>> ???
>>>
>>> -- Mark
>>>
>>
--
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/5ee1f698-14a0-4fc4-be70-dfdbf63ad91b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.