ITADN

[Report] User claims; `search:tags[]` is faster than `tag[]`

#9837Openpmario 创建于 2026-04-26
actionable
P
pmariocommented
User claims, that `search:tags[]` is significantly faster than `tag[]` See: https://talk.tiddlywiki.org/t/performance-tip-search-tags-instead-of-tag/15012 Linked wiki: `https://blinkie.wiki/` Match all tags: `search:tags:words[a b c]` > `search:tags[a]search:tags[b]search:tags[c]` Match no tags: `!search:tags:some[a b c]` > `!search:tags[a]!search:tags[b]!search:tags[c]` Match any tags: `search:tags:some[a b c]` > `[search:tags[a]] :or[search:tags[b]] :or[search:tags[c]]`
2 条评论