From a9c2314dfbb3cf5a0a26090c5a1f0e82435ff7d1 Mon Sep 17 00:00:00 2001 From: Stefan Hengl Date: Tue, 7 Jan 2025 09:00:48 +0100 Subject: [PATCH] search jobs: mention download button --- docs/code-search/types/search-jobs.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/code-search/types/search-jobs.mdx b/docs/code-search/types/search-jobs.mdx index f8323cd2a..ec8d44347 100644 --- a/docs/code-search/types/search-jobs.mdx +++ b/docs/code-search/types/search-jobs.mdx @@ -17,6 +17,7 @@ To use Search Jobs, you need to: - If your query is valid, click **Create a search job** to initiate the search job - You will be redirected to the "Search Jobs UI" page at `/search-jobs`, where you can view all your created search jobs. If you're a site admin, you can also view search jobs from other users on the instance +- For each search job, you can download the results by clicking the **Download** button. The results are formatted as JSON lines, see [Search results format](#search-results-format) for more details. ![view-search-jobs](https://storage.googleapis.com/sourcegraph-assets/Docs/search-jobs/search-jobs-manage.png)