1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator field.tid

16 lines
677 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20140410103123179
tags: filters commonfilters
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` |
|`[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]]`.