You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [deciding which executor deployment method to use ](../executors#deciding-which-executor-deployment-method-to-use) for more information on these different deployment options.
Copy file name to clipboardExpand all lines: docs/admin/how-to/export-search-results.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You can export search results to a CSV file by pressing the 'Export results' button in the `Actions` menu above the search results.
4
4
5
-
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)
5
+
<Callouttype="note"title="Note">For versions before 5.8, the 'Export Results' action is only available in the legacy UI. 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>
6
6
7
7
## FAQs
8
8
@@ -13,4 +13,4 @@ Before Sourcegraph 4.4.0, the search result export feature used the GraphQL API
13
13
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.
14
14
15
15
#### Network Error when downloading CSV
16
-
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.
16
+
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.
0 commit comments