1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator field.tid

17 lines
693 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20140410103123179
2014-09-10 22:42:13 +00:00
tags: Filters CommonFilters
caption: field
2014-04-10 18:56:51 +00:00
title: FilterOperator: field
type: text/vnd.tiddlywiki
The ''field'' filter operator filters the current list according to whether a field matches a specified value.
2014-04-10 18:56:51 +00:00
The operand is the value to match, and the suffix is used to identify the field. For example:
2014-04-10 18:56:51 +00:00
|!Filter String |!Description |
2014-05-03 15:56:29 +00:00
|`[field:modifier[JeremyRuston]]` |Returns a list of the tiddlers created by `JeremyRuston` |
2014-06-25 14:37:43 +00:00
|`[modifier[JeremyRuston]]` |Returns a list of the tiddlers created by `JeremyRuston` |
2014-04-10 18:56:51 +00:00
Note that if an unknown filter operator `[unknown[xxx]]` is encountered it is interpreted as `[field:unknown[xxx]]`.