이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

search Operator (Examples)

2021년 11월 29일 오후 12:27

[!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