Thats what I did by myself but it doesn't filter by anything. When I try to 
use the normal !title[Edukt] it shows me nothing.

\define searchResults()
<$set name="resultCount" value="""<$count 
filter="[!is[system]search{$(searchTiddler)$}]"/>""">

{{$:/language/Search/Matches}}

</$set>

Edukt
<$set name="resultEdukt" value="[!is[system]search{$(searchTiddler)$}]">
<$list filter="[all[tiddlers]subfilter<resultEdukt>]">

</$list>


Produkt
<$set name="resultProdukt" value="[!is[system]search{$(searchTiddler)$}]">
<$list filter="[all[tiddlers]subfilter<resultProdukt>]">

</$list>

Reaktionverlauf
<$set name="resultReaktionsverlauf" 
value="[!is[system]search{$(searchTiddler)$}]">
<$list filter="[all[tiddlers]subfilter<resultReaktionsverlauf>]">

</$list>

Reaktionstyp
<$set name="resultReaktionstyp" 
value="[!is[system]search{$(searchTiddler)$}]">
<$list filter="[all[tiddlers]subfilter<resultReaktionstyp>]">

</$list>

\end
<<searchResults>>

Am Mittwoch, 5. Juni 2019 16:34:14 UTC+2 schrieb Psychos120:
>
> Hi guys,
> im not so good in coding in HTML or any other language but I love this 
> Tiddlywiki system. 
> The Problem is I want to filter my Search Results by their title with the 
> goal to sort them into categories. 
>
> For Example: I search for abc def and I want that only tiddlers show up 
> who contain def.
>
> So what I already found where this two 
> https://tiddlywiki.com/static/Customising%2520search%2520results.html and 
> https://tiddlywiki.com/static/subfilter%2520Operator.html.
>
> The first who generates a sorting by their date of creation and I'm close 
> to sure that it is possible to sort them by one specific title and make 
> something like a Categorizer
>
> If something can help me, big thanks, it's probably easy but im not good 
> enouth to combine the listfilter with this  $:/tags/SearchResults 
> <https://tiddlywiki.com/static/%2524%253A%252Ftags%252FSearchResults.html>
>  
>

-- 
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/96c362ad-e770-48ef-8096-9cdbed66428c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to