Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/admin/how-to/export-search-results.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

You can export search results to a CSV file by pressing the 'Export results' button in the `Actions` menu above the search results.

For versions before 4.0, view the legacy docs at [sourcegraph/sourcegraph-search-export](https://github.com/sourcegraph/sourcegraph-search-export#sourcegraph-search-results-csv-export-extension)
<Callout type="note" title="Note">For versions before 4.0, view the legacy docs at [sourcegraph/sourcegraph-search-export](https://github.com/sourcegraph/sourcegraph-search-export#sourcegraph-search-results-csv-export-extension)</Callout>
<Callout type="note">For versions before 5.8, the `Export Results` Action is only available in the legacy UI.</Callout>



## FAQs

Expand All @@ -13,4 +16,4 @@ Before Sourcegraph 4.4.0, the search result export feature used the GraphQL API
This is expected, as all instances that match for a single file will be listed in the same entry column under the Search matches row.

#### Network Error when downloading CSV
Check the browser's dev tools network tab for more details on the specific network error. The CSV file likely exceeds the browser's limit for data URI size. You can limit the size of search results exported with the `count:` filter in the search query.
Check the browser's dev tools network tab for more details on the specific network error. The CSV file likely exceeds the browser's limit for data URI size. You can limit the size of search results exported with the `count:` filter in the search query.
Loading