From bfb8b8e65c03d57223efbdbcdcb7efcb6d12bf70 Mon Sep 17 00:00:00 2001 From: morgangauth <113058716+morgangauth@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:59:37 -0700 Subject: [PATCH] Update export-search-results.mdx Add in note about export results only being available in new UI after 5.8 --- docs/admin/how-to/export-search-results.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/how-to/export-search-results.mdx b/docs/admin/how-to/export-search-results.mdx index 7c612763f..802b781e0 100644 --- a/docs/admin/how-to/export-search-results.mdx +++ b/docs/admin/how-to/export-search-results.mdx @@ -2,7 +2,7 @@ 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) +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). ## FAQs @@ -13,4 +13,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. \ No newline at end of file +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.