Skip to content

Commit 4e7f976

Browse files
authored
Revert "Revert "COMPASS-185: Collation in index view"" (#554)
This reverts commit cc61767.
1 parent cc61767 commit 4e7f976

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@
123123
"marked": "^0.3.5",
124124
"moment": "^2.10.6",
125125
"mongodb": "^2.2.8",
126-
"mongodb-collection-model": "^0.2.3",
126+
"mongodb-collection-model": "^0.3.0",
127127
"mongodb-connection-model": "^6.2.0",
128-
"mongodb-data-service": "^1.8.0",
128+
"mongodb-data-service": "^1.9.0",
129129
"mongodb-database-model": "^0.1.2",
130130
"mongodb-explain-plan-model": "^0.2.1",
131131
"mongodb-extended-json": "^1.7.0",
132-
"mongodb-instance-model": "^3.1.7",
132+
"mongodb-instance-model": "^3.2.0",
133133
"mongodb-js-metrics": "^1.5.2",
134134
"mongodb-language-model": "^0.3.3",
135135
"mongodb-ns": "^1.0.3",

src/internal-packages/indexes/lib/index-link-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const HELP_URLS = {
1515
TEXT: 'https://docs.mongodb.org/manual/core/index-text/',
1616
HASHED: 'https://docs.mongodb.org/manual/core/index-hashed/',
1717
REGULAR: 'https://docs.mongodb.com/manual/indexes/#single-field',
18+
COLLATION: 'https://docs.mongodb.com/master/reference/bson-type-comparison-order/#collation',
1819
UNKNOWN: null
1920
};
2021

0 commit comments

Comments
 (0)