Hi,
I know we're able to
search within tiddler
fields as explained in the
documentation -- for example, the below syntax...
[search:caption[arch]]...will return all tiddlers containing the search term
arch in their
caption field.
I was wondering if tiddlywiki allows searching, in a similar fashion, in the
indexes of a data tiddler as well? In many scenarios, tiddlywiki treats fields and indexes in a similar way, however, the above syntax does not seem to work for indexes (I know search can be case-sensitive, but still I had no luck).
I was wondering if anyone has been able to build a list filter that could return all tiddlers containing a given search term as the value in a specified index? What would be the syntax, if the one above does not work?
In the ideal world,
[search:skill[advanced]]...would return all (data) tiddlers with the value 'advanced' under the index 'skill'. Unfortunately, no luck.
I'd be extremely grateful for any help :-)
Thanks!