Skip to content

Commit f126349

Browse files
Merge pull request #268466 from gmndrg/main
Update supported columns for deletion tracking
2 parents 159eaf2 + b9a75ac commit f126349

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/search-howto-index-cosmosdb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The data source definition specifies the data to index, credentials, and policie
6969
7070
1. [Set "dataChangeDetectionPolicy"](#DataChangeDetectionPolicy) if data is volatile and you want the indexer to pick up just the new and updated items on subsequent runs.
7171
72-
1. [Set "dataDeletionDetectionPolicy"](#DataDeletionDetectionPolicy) if you want to remove search documents from a search index when the source item is deleted.
72+
1. [Set "dataDeletionDetectionPolicy"](#DataDeletionDetectionPolicy) if you want to remove search documents from a search index when the source item is deleted.
7373
7474
<a name="credentials"></a>
7575
@@ -337,6 +337,8 @@ When rows are deleted from the collection, you normally want to delete those row
337337

338338
If you're using a custom query, make sure that the property referenced by `softDeleteColumnName` is projected by the query.
339339

340+
The `softDeleteColumnName` must be a top-level field in the index. Using nested fields within complex data types as the `softDeleteColumnName` is not supported.
341+
340342
The following example creates a data source with a soft-deletion policy:
341343

342344
```http

0 commit comments

Comments
 (0)