Skip to content

Commit f00a806

Browse files
authored
docs: update app-search-engine-exporter text (#478)
1 parent bc95658 commit f00a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/enterprise-search/app-search-engine-exporter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"source": [
638638
"## Using semantic text fields for ingest and query\n",
639639
"\n",
640-
"First, we'll augment our text fields with `semantic_text` fields in our index. We'll do this by creating a `semtantic_text` field, and providing a `copy_to` directive from the original source field to copy the text into our semantic text fields.\n",
640+
"First, we'll augment our text fields with `semantic_text` fields in our index. We'll do this by creating a `semantic_text` field, and providing a `copy_to` directive from the original source field to copy the text into our semantic text fields.\n",
641641
"\n",
642642
"In the example below, we are using the `description` and `title` fields from our example index to add semantic search on those fields."
643643
]

0 commit comments

Comments
 (0)