Skip to content

Commit c0de36e

Browse files
committed
update wording and a few typos
1 parent 391bcb1 commit c0de36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb-indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: tisande
1212
---
1313
# Indexing using Azure Cosmos DB's API for MongoDB
1414

15-
Azure Cosmos DB's API for MongoDB leverages the core index management capabilities of Azure Cosmos DB. This document focuses on how to add indexes using Azure Cosmos DB's API for MongoDB. You can also read an [overview of indexing in Azure Cosmos DB](index-overview.md) that is relevant to all API's.
15+
Azure Cosmos DB's API for MongoDB leverages the core index management capabilities of Azure Cosmos DB. This document focuses on how to add indexes using Azure Cosmos DB's API for MongoDB. You can also read an [overview of indexing in Azure Cosmos DB](index-overview.md) that is relevant across all API's.
1616

1717
## Indexing for version 3.6
1818

@@ -66,7 +66,7 @@ Here's an example for creating a geospatial index on the `location` field:
6666

6767
### Text indexes
6868

69-
Text indexes are not currently supported. For text search queries on strings, you should use [Azure Cognitive Search's](https://docs.microsoft.com/en-us/azure/search/search-howto-index-cosmosdb) integration with Azure Cosmos DB.
69+
Text indexes are not currently supported. For text search queries on strings, you should use [Azure Cognitive Search's](https://docs.microsoft.com/azure/search/search-howto-index-cosmosdb) integration with Azure Cosmos DB.
7070

7171
## Index properties
7272

0 commit comments

Comments
 (0)