From b5edaae1f44f8bf7add1b444dee9f65f148e76e2 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Wed, 16 Mar 2022 16:30:06 +0100 Subject: [PATCH] Fix the Advanced search link. ... (#6534) --- editions/tw5.com/tiddlers/concepts/Filters.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/concepts/Filters.tid b/editions/tw5.com/tiddlers/concepts/Filters.tid index 1105cf1fe..b9fec39fc 100644 --- a/editions/tw5.com/tiddlers/concepts/Filters.tid +++ b/editions/tw5.com/tiddlers/concepts/Filters.tid @@ -1,6 +1,6 @@ created: 20130827080000000 list: [[Introduction to filter notation]] [[Filter Syntax]] -modified: 20220316120141494 +modified: 20220316145511797 tags: Reference Concepts title: Filters type: text/vnd.tiddlywiki @@ -8,6 +8,7 @@ type: text/vnd.tiddlywiki \define openAdvancedSearch() <$action-setfield $tiddler="$:/state/tab--1498284803" text="$:/core/ui/AdvancedSearch/Filter"/> <$action-setfield $tiddler="$:/temp/advancedsearch/input" text="[tag[Filters]]"/> +<$action-setfield $tiddler="$:/temp/advancedsearch" text="[tag[Filters]]"/> \end You can think of TiddlyWiki as a database in which the records are tiddlers. A database typically provides a way of discovering which records match a given pattern, and in ~TiddlyWiki this is done with filters.