Sorry to resurrect an old tread but I can't get this to work. I can get the 
results from index OR value in the abbreviation data-tiddler but not from 
both

Den söndag 6 januari 2019 kl. 00:46:07 UTC+1 skrev Magnus:
>
> I have a custom search that let me search a data tiddler for indexes, but 
> can I also search for the corresponding value? In my 
> abbreviation-x-tiddler-dictionary I would like to be able to search for the 
> name or the abbreviation, I guess I could create one more data tiddler 
> using the same content but revers the indexes for the values but it seems 
> redundant
>
>     <table>
>           <$list filter="[[$:/_dictionary/abbreviation]] 
> +[indexes[]search{$:/_state/customSearch}]">
>       <tr>
>           <td><<currentTiddler>></td>
>           <td><$view tiddler="$:/_dictionary/abbreviation" 
> index=<<currentTiddler>>/></td>
>           <td><$view tiddler="$:/_dictionary/pronunciation" 
> index=<<currentTiddler>>/></td>
>         </tr>
>         </$list>
>       </table>
>
>
>
> http://magnus.playground.tiddlyspot.com/#%24%3A%2F_template%2FcustomSearch:%24%3A%2F_template%2FcustomSearch%20%24%3A%2F_dictionary%2Fabbreviation
>

-- 
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/c5afdc41-de91-4595-a77b-cea10b21d21f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to