From 3d79eb87d1c609195b8c518c08e167994b20a346 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 31 Dec 2013 13:11:01 +0000 Subject: [PATCH] First pass at an advanced search tiddler --- core/ui/AdvancedSearch.tid | 3 +++ core/ui/AdvancedSearch/Shadows.tid | 27 +++++++++++++++++++++++++++ core/ui/AdvancedSearch/System.tid | 27 +++++++++++++++++++++++++++ core/ui/SideBar/Tools.tid | 4 ++++ core/wiki/advancedsearch.tid | 2 ++ 5 files changed, 63 insertions(+) create mode 100644 core/ui/AdvancedSearch.tid create mode 100644 core/ui/AdvancedSearch/Shadows.tid create mode 100644 core/ui/AdvancedSearch/System.tid create mode 100644 core/wiki/advancedsearch.tid diff --git a/core/ui/AdvancedSearch.tid b/core/ui/AdvancedSearch.tid new file mode 100644 index 000000000..ad30ed820 --- /dev/null +++ b/core/ui/AdvancedSearch.tid @@ -0,0 +1,3 @@ +title: $:/AdvancedSearch + + diff --git a/core/ui/AdvancedSearch/Shadows.tid b/core/ui/AdvancedSearch/Shadows.tid new file mode 100644 index 000000000..73d5be102 --- /dev/null +++ b/core/ui/AdvancedSearch/Shadows.tid @@ -0,0 +1,27 @@ +title: $:/core/ui/AdvancedSearch/Shadows +tags: $:/tags/AdvancedSearch +caption: Shadows + +<$linkcatcher to="$:/temp/advancedsearch"> + +Search for shadow tiddlers: + + + + + +<$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> + +
+ +//<$count filter="[is[shadow]search{$:/temp/advancedsearch}]"/> matches// + +<$list filter="[is[shadow]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> + +
+ + + +<$reveal state="$:/temp/advancedsearch" type="match" text=""> + + diff --git a/core/ui/AdvancedSearch/System.tid b/core/ui/AdvancedSearch/System.tid new file mode 100644 index 000000000..6d017b67f --- /dev/null +++ b/core/ui/AdvancedSearch/System.tid @@ -0,0 +1,27 @@ +title: $:/core/ui/AdvancedSearch/System +tags: $:/tags/AdvancedSearch +caption: System + +<$linkcatcher to="$:/temp/advancedsearch"> + +Search for system tiddlers: + + + + + +<$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> + +
+ +//<$count filter="[search{$:/temp/advancedsearch}]"/> matches// + +<$list filter="[search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> + +
+ + + +<$reveal state="$:/temp/advancedsearch" type="match" text=""> + + diff --git a/core/ui/SideBar/Tools.tid b/core/ui/SideBar/Tools.tid index 1c8febe88..2a8423c9e 100644 --- a/core/ui/SideBar/Tools.tid +++ b/core/ui/SideBar/Tools.tid @@ -6,6 +6,10 @@ caption: Tools --- +[[AdvancedSearch|$:/AdvancedSearch]] + +--- + {{$:/snippets/minithemeswitcher}} --- diff --git a/core/wiki/advancedsearch.tid b/core/wiki/advancedsearch.tid new file mode 100644 index 000000000..6cf0d31c8 --- /dev/null +++ b/core/wiki/advancedsearch.tid @@ -0,0 +1,2 @@ +title: $:/temp/advancedsearch +