Skip to content

Commit 9a2ba91

Browse files
authored
search jobs: mention download button (#887)
This is based on internal feedback that the documentation doesn't describe how to consume the results. Test plan: N/A
1 parent 2930568 commit 9a2ba91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/code-search/types/search-jobs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ To use Search Jobs, you need to:
1717

1818
- If your query is valid, click **Create a search job** to initiate the search job
1919
- 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
20+
- 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.
2021

21-
![view-search-jobs](https://storage.googleapis.com/sourcegraph-assets/Docs/search-jobs/search-jobs-manage.png)
22+
![view-search-jobs](https://storage.googleapis.com/sourcegraph-assets/Docs/search-jobs/search-jobs-manage-with-frame.png)
2223

2324
## Search results format
2425

0 commit comments

Comments
 (0)