1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator listed.tid
2014-04-10 19:56:51 +01:00

14 lines
539 B
Plaintext

created: 20140410103123179
modified: 20140410103123179
tags: filters
title: FilterOperator: listed
type: text/vnd.tiddlywiki
The ''listed'' filter operator returns the titles of the tiddlers that have `list` fields that contain any members of the current list.
For example:
|!Filter String |!Description |
|`[[HelloThere]listed[]]` |Returns the titles of any tiddlers containing `HelloThere` in their `list` fields |
|`[all[current]listed[]]]` |Returns the titles of any tiddlers containing the current tiddler in their `list` fields |