1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00

Update docs

This commit is contained in:
Jermolene 2014-11-18 14:06:12 +00:00
parent 838c3c4eb0
commit 302768e009

View File

@ -1,14 +1,15 @@
created: 20140410103123179 created: 20140410103123179
modified: 20140410103123179 modified: 20141117224755646
tags: Filters CommonFilters tags: Filters CommonFilters
caption: search caption: search
title: FilterOperator: search title: FilterOperator: search
type: text/vnd.tiddlywiki 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 search terms specified in the operand text in their title, body or tags. Preceding the operator with `!` returns all tiddlers that do not include the specified search terms. The search is case-insenstive.
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" |
|`[search[alsatian dog]]` |Returns a list of the tiddlers containing the text "alsatian" and "dog" (not necessarily immediately adjacent to one another) |
|`[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" |