From 63b00fd0f80ce0c9917e233287d4a0138e8c385f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 2 Nov 2014 16:10:51 +0000 Subject: [PATCH] Add advanced search button to search results Clicking on the advanced search ellipsis when there is a search string will open the advanced search tiddler, and copy the current search term to it. Thanks to @Spangenhelm for the idea. --- core/ui/SideBarLists.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/SideBarLists.tid b/core/ui/SideBarLists.tid index 4522b1b41..ee8a462d7 100644 --- a/core/ui/SideBarLists.tid +++ b/core/ui/SideBarLists.tid @@ -7,7 +7,7 @@ title: $:/core/ui/SideBarLists <$reveal state="$:/temp/search" type="nomatch" text=""> <$linkcatcher to="$:/temp/search"> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}} - + <$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class="tc-btn-invisible"><$action-setfield $tiddler="$:/temp/advancedsearch" text={{$:/temp/search}}/><$action-setfield $tiddler="$:/temp/search" text=""/><$action-navigate $to="$:/AdvancedSearch"/>… <$reveal state="$:/temp/search" type="match" text=""> <$link to="$:/AdvancedSearch" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class="tc-btn-invisible">…