From 4dda6fcdf3432fd32b83e55f3d99c46068c39904 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 12 Apr 2017 14:56:54 -0500 Subject: Add docs for recent searches/search history See - https://gitlab.com/gitlab-org/gitlab-ce/issues/27262 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10324 --- doc/user/search/img/search_history.gif | Bin 0 -> 265970 bytes doc/user/search/index.md | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 doc/user/search/img/search_history.gif (limited to 'doc/user') diff --git a/doc/user/search/img/search_history.gif b/doc/user/search/img/search_history.gif new file mode 100644 index 00000000000..4cfa48ee0ab Binary files /dev/null and b/doc/user/search/img/search_history.gif differ diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 9d1ca1adcb2..6a5a19d5548 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -40,6 +40,12 @@ The same process is valid for merge requests. Navigate to your project's **Merge and click **Search or filter results...**. Merge requests can be filtered by author, assignee, milestone, and label. +### Search History + +You can view past recent searches by clicking on the icon with little clock with a counter-clockwise arrow surrounding it (left of the main search input). Clicking on a search entry, will submit and search that query. + +![search history](img/search_history.gif) + ### Shortcut You'll also find a shortcut on the search field on the top-right of the project's dashboard to -- cgit v1.2.1 From 7c414844520c26afc02adf6bfc7228e63f0094b8 Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Wed, 12 Apr 2017 20:14:44 +0000 Subject: Update index.md --- doc/user/search/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 6a5a19d5548..7f15c177138 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -42,7 +42,7 @@ milestone, and label. ### Search History -You can view past recent searches by clicking on the icon with little clock with a counter-clockwise arrow surrounding it (left of the main search input). Clicking on a search entry, will submit and search that query. +You can view past recent searches by clicking on the icon with little clock with a counter-clockwise arrow surrounding it (left of the main search input). Clicking on a search entry, will submit and search that query. This is available in issues, merge requests, and issue boards. The searches are stored locally in your browser. ![search history](img/search_history.gif) -- cgit v1.2.1 From e114d114e254fe74081011cd63b96909b76864ce Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Wed, 12 Apr 2017 20:17:57 +0000 Subject: Change heading --- doc/user/search/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 7f15c177138..990640a313f 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -40,7 +40,7 @@ The same process is valid for merge requests. Navigate to your project's **Merge and click **Search or filter results...**. Merge requests can be filtered by author, assignee, milestone, and label. -### Search History +## Search History You can view past recent searches by clicking on the icon with little clock with a counter-clockwise arrow surrounding it (left of the main search input). Clicking on a search entry, will submit and search that query. This is available in issues, merge requests, and issue boards. The searches are stored locally in your browser. -- cgit v1.2.1 From 92bc8a9a74f7dc44d1e45455dc4bc5e2250f4b16 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 12 Apr 2017 16:23:28 -0500 Subject: Update phrasing via @jschatz1 comments --- doc/user/search/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 990640a313f..61850e38fce 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -42,7 +42,7 @@ milestone, and label. ## Search History -You can view past recent searches by clicking on the icon with little clock with a counter-clockwise arrow surrounding it (left of the main search input). Clicking on a search entry, will submit and search that query. This is available in issues, merge requests, and issue boards. The searches are stored locally in your browser. +You can view recent searches by clicking on the little arrow-clock icon, which is to the left of the search input. Click the search entry to run that search again. This feature is available for issues, merge requests, and issue boards. Searches are stored locally in your browser. ![search history](img/search_history.gif) -- cgit v1.2.1 From cce27d3aef6bb6a6a41260745fa1a14b82d97fbb Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Thu, 13 Apr 2017 15:27:28 +0000 Subject: Remove issue boards from recent searches --- doc/user/search/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 61850e38fce..45f443819ec 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -42,7 +42,7 @@ milestone, and label. ## Search History -You can view recent searches by clicking on the little arrow-clock icon, which is to the left of the search input. Click the search entry to run that search again. This feature is available for issues, merge requests, and issue boards. Searches are stored locally in your browser. +You can view recent searches by clicking on the little arrow-clock icon, which is to the left of the search input. Click the search entry to run that search again. This feature is available for issues and merge requests. Searches are stored locally in your browser. ![search history](img/search_history.gif) -- cgit v1.2.1