diff --git a/core/language/en-GB/Search.multids b/core/language/en-GB/Search.multids index b52ba04f2..62d1a914d 100644 --- a/core/language/en-GB/Search.multids +++ b/core/language/en-GB/Search.multids @@ -7,6 +7,9 @@ Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> matches Shadows/Caption: Shadows Shadows/Hint: Search for shadow tiddlers Shadows/Matches: //<$count filter="[all[shadows]search{$:/temp/advancedsearch}]"/> matches// +Standard/Caption: Standard +Standard/Hint: Search for standard tiddlers +Standard/Matches: //<$count filter="[!is[system]search{$:/temp/advancedsearch}]"/> matches// System/Caption: System System/Hint: Search for system tiddlers System/Matches: //<$count filter="[is[system]search{$:/temp/advancedsearch}]"/> matches// diff --git a/core/ui/AdvancedSearch/Standard.tid b/core/ui/AdvancedSearch/Standard.tid new file mode 100644 index 000000000..d93da904f --- /dev/null +++ b/core/ui/AdvancedSearch/Standard.tid @@ -0,0 +1,28 @@ +title: $:/core/ui/AdvancedSearch/Standard +tags: $:/tags/AdvancedSearch +caption: {{$:/language/Search/Standard/Caption}} + +\define lingo-base() $:/language/Search/ +<$linkcatcher to="$:/temp/advancedsearch"> + +<> + + + + + +<$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> + +
+ +<> + +<$list filter="[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> + +
+ + + +<$reveal state="$:/temp/advancedsearch" type="match" text=""> + + diff --git a/core/wiki/tags/AdvancedSearch.tid b/core/wiki/tags/AdvancedSearch.tid new file mode 100644 index 000000000..4d9e054e0 --- /dev/null +++ b/core/wiki/tags/AdvancedSearch.tid @@ -0,0 +1,2 @@ +title: $:/tags/AdvancedSearch +list: [[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]