From 71e129b85c583437b865ba73f36307744c19784d Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:58:34 +0100 Subject: [PATCH 1/2] Make internal links plaintext in app-search-engine-exporter.ipynb Flagged by @ppf2 in Slack: https://elastic.slack.com/archives/C07CY6V62H2/p1741637324838029 Making internal links in jump list just be plaintext because these links have weird behavior depending on where you're viewing the notebook: - :in preview they link somewhere wrong - locally in VSCode they work as expected - in Colab they don't do anything --- .../enterprise-search/app-search-engine-exporter.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index 3f499fc28..07bd992ab 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -14,11 +14,11 @@ "\n", "We will look at:\n", "\n", - "- [how to export synonyms](#export-app-search-synonyms-in-elasticsearch)\n", - "- [how to export curations](#export-app-search-curations-in-elasticsearch)\n", - "- [how to create a new index in Elasticsearch](#create-a-new-elasticsearch-index)\n", - "- [how to add sparse vector fields](#add-sparse_vector-fields-for-semantic-search-optional)\n", - "- [how to query the new Elasticsearch index](#query-the-new-elasticsearch-index)\n", + "- how to export synonyms\n", + "- how to export curations\n", + "- how to create a new index in Elasticsearch\n", + "- how to add sparse vector fields\n", + "-[how to query the new Elasticsearch index\n", "\n", "## Setup\n", "\n", From b9ae47e03e6fd742f661e9d9c38e86f02e02edc9 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:59:30 +0100 Subject: [PATCH 2/2] delete bracket --- notebooks/enterprise-search/app-search-engine-exporter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index 07bd992ab..c460c80ae 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -18,7 +18,7 @@ "- how to export curations\n", "- how to create a new index in Elasticsearch\n", "- how to add sparse vector fields\n", - "-[how to query the new Elasticsearch index\n", + "- how to query the new Elasticsearch index\n", "\n", "## Setup\n", "\n",