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/881ec379-5207-46b0-89a3-d2765020b71f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to