mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 23:31:22 +00:00
Revert search filter operator docs update
We only want the docs update in the prerelease
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
created: 20140410103123179
|
||||||
|
modified: 20140410103123179
|
||||||
|
tags: Filters CommonFilters
|
||||||
|
caption: search
|
||||||
|
title: FilterOperator: search
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
The ''search'' filter operator filters the current list to leave only those tiddlers that include the operand text in their title, body or tags. Preceding the operator with `!` returns all tiddlers that do not include the specified text. The search is case-insenstive.
|
||||||
|
|
||||||
|
Optionally, a field can be specified to restrict the search.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
|!Filter String |!Description |
|
||||||
|
|`[search[alsatian]]` |Returns a list of the tiddlers containing the text "alsatian" |
|
||||||
|
|`[all[shadows]search[alsatian]]` |Returns a list of the shadow tiddlers containing the text "alsatian" |
|
||||||
|
|`[search:caption[spaniel]]` |Returns a list of the tiddlers containing the text "spaniel" in their caption field |
|
||||||
@@ -7,11 +7,8 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
The ''search'' filter operator filters the current list to leave only those tiddlers that include the operand text in their title, body or tags. Preceding the operator with `!` returns all tiddlers that do not include the specified text. The search is case-insenstive.
|
The ''search'' filter operator filters the current list to leave only those tiddlers that include the operand text in their title, body or tags. Preceding the operator with `!` returns all tiddlers that do not include the specified text. The search is case-insenstive.
|
||||||
|
|
||||||
Optionally, a field can be specified to restrict the search.
|
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|!Filter String |!Description |
|
|!Filter String |!Description |
|
||||||
|`[search[alsatian]]` |Returns a list of the tiddlers containing the text "alsatian" |
|
|`[search[alsatian]]` |Returns a list of the tiddlers containing the text "alsatian" |
|
||||||
|`[all[shadows]search[alsatian]]` |Returns a list of the shadow tiddlers containing the text "alsatian" |
|
|`[all[shadows]search[alsatian]]` |Returns a list of the shadow tiddlers containing the text "alsatian" |
|
||||||
|`[search:caption[spaniel]]` |Returns a list of the tiddlers containing the text "spaniel" in their caption field |
|
|
||||||
|
|||||||
Reference in New Issue
Block a user