Skip to content

Commit 565a905

Browse files
authored
Update search-howto-index-cosmosdb-mongodb.md
Update current status of not supporting $ref word as part of the JSON in Mongo DB. This should be supported in a few months and we will removed this limitation from documentation.
1 parent e06a6dd commit 565a905

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 data base, 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)