This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

search Operator (Examples)

 29th November 2021 at 12:27pm

[!is[system]search[table]]
→ non-system tiddlers containing the word "table"
[all[shadows]search[table]]
→ shadow tiddlers containing the word "table"
[search:caption[arch]]
→ tiddlers containing arch in their caption field
[search:*[arch]]
→ tiddlers containing arch in any field
[search:-title,caption[arch]]
→ tiddlers containing arch in any field except title and caption
[!is[system]search[the first]]
→ non-system tiddlers containing a case-insensitive match for both the "the" and "first"
[!is[system]search::literal[the first]]
→ non-system tiddlers containing a case-insensitive match for the literal phrase "the first"
[!is[system]search::literal,casesensitive[The first]]
→ non-system tiddlers containing a case-sensitive match for the literal phrase "The first"
[search:caption,description:casesensitive,words[arch]]
→ any tiddlers containing a case-sensitive match for the word arch in their caption or description fields
[search:tags:some[how test]]
→ any tiddlers containing at least 1 of the search terms in the field: tags
[search:tags:some,casesensitive[how test]]
→ any tiddlers containing at least 1 of the case-sensitive search terms in the field: tags
[search:tags,title:some,anchored[how test]]
→ any tiddlers containing at least 1 of anchored search terms in the fields: tags and title