Skip to content

Commit 101fb75

Browse files
Merge pull request #225246 from gmndrg/main
Update to reflect limitation of connector while fixed - $ref
2 parents bbad312 + 7ff11c5 commit 101fb75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ These are the limitations of this feature:
4242

4343
+ The column name `_ts` is a reserved word. If you need this field, consider alternative solutions for populating an index.
4444

45+
+ The MongoDB attribute `$ref` is a reserved word. If you need this in your MongoDB collection, consider alternative solutions for populating an index.
46+
47+
4548
As an alternative to this connector, if your scenario has any of those requirements, you could use the [Push API/SDK](search-what-is-data-import.md) or consider [Azure Data Factory](../data-factory/connector-azure-cosmos-db.md) with an [Azure Cognitive Search index](../data-factory/connector-azure-search.md) as the sink.
4649

4750
## Define the data source

0 commit comments

Comments
 (0)