@@ -20,25 +20,17 @@ Limitations
20
20
Overview
21
21
--------
22
22
23
- On this page, you can find a list of MongoDB and {+framework+} features that
23
+ On this page, you can find a list of {+framework+} and MongoDB features that
24
24
the {+provider-long+} does not support. Because the provider is in active
25
25
development, some features listed on this page might be considered for future
26
26
releases based on customer demand.
27
27
28
- Unsupported MongoDB Features
29
- ----------------------------
28
+ Unsupported {+framework-core+} Features
29
+ -------------------------------------------
30
30
31
- The following sections describe MongoDB features that the {+provider-short+}
31
+ The following sections describe {+framework-core+} features that the {+provider-short+}
32
32
does not support.
33
33
34
- Type Discriminators
35
- ~~~~~~~~~~~~~~~~~~~
36
-
37
- A type discriminator is an element in a document that the {+provider-short+}
38
- uses to decide which {+language+} type to create for the document during deserialization.
39
-
40
- This version of the {+provider-short+} does not support type discriminators.
41
-
42
34
Select Projections
43
35
~~~~~~~~~~~~~~~~~~
44
36
@@ -50,6 +42,14 @@ types not recognized by {+framework+}.
50
42
This version of the {+provider-short+} does not support
51
43
Select Projections.
52
44
45
+ Type Discriminators
46
+ ~~~~~~~~~~~~~~~~~~~
47
+
48
+ A type discriminator is an element in a document that the {+provider-short+}
49
+ uses to decide which {+language+} type to create for the document during deserialization.
50
+
51
+ This version of the {+provider-short+} does not support type discriminators.
52
+
53
53
Scalar Aggregations
54
54
~~~~~~~~~~~~~~~~~~~
55
55
@@ -73,30 +73,6 @@ together so the database is not left in an inconsistent state.
73
73
This version of the {+provider-short+} does not support the {+framework-core+}
74
74
transaction model.
75
75
76
- Time Series
77
- ~~~~~~~~~~~
78
-
79
- The {+provider-short+} does not support time series data or time series
80
- collections. These are MongoDB-exclusive features that are not available in {+framework-core+}.
81
-
82
- Atlas Search
83
- ~~~~~~~~~~~~
84
-
85
- The {+provider-short+} does not support MongoDB Atlas search. Atlas Search is a
86
- MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
87
-
88
- Vector Search
89
- ~~~~~~~~~~~~~
90
-
91
- The {+provider-short+} does not support MongoDB Atlas Vector search. Atlas Vector Search is a
92
- MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
93
-
94
- Unsupported {+framework-core+} Features
95
- -------------------------------------------
96
-
97
- The following sections describe {+framework-core+} features that the {+provider-short+}
98
- does not support.
99
-
100
76
Migrations
101
77
~~~~~~~~~~
102
78
@@ -137,3 +113,27 @@ Spatial Data
137
113
~~~~~~~~~~~~
138
114
139
115
The {+provider-short+} does not support spatial data.
116
+
117
+ Unsupported MongoDB Features
118
+ ----------------------------
119
+
120
+ The following sections describe MongoDB features that the {+provider-short+}
121
+ does not support.
122
+
123
+ Time Series
124
+ ~~~~~~~~~~~
125
+
126
+ The {+provider-short+} does not support time series data or time series
127
+ collections. These are MongoDB-exclusive features that are not available in {+framework-core+}.
128
+
129
+ Atlas Search
130
+ ~~~~~~~~~~~~
131
+
132
+ The {+provider-short+} does not support MongoDB Atlas search. Atlas Search is a
133
+ MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
134
+
135
+ Vector Search
136
+ ~~~~~~~~~~~~~
137
+
138
+ The {+provider-short+} does not support MongoDB Atlas Vector search. Atlas Vector Search is a
139
+ MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
0 commit comments