-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Critical - P2
-
None
-
Affects Version/s: 2.6.0
-
Component/s: API
-
None
-
Environment:.net core 2.1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
var createIndexOptions = new CreateIndexOptions { Unique = false }; this.OrderDocumentCollection.Indexes.CreateOne( Builders<OrdersDocument>.IndexKeys.Ascending(an => an.UserId).Ascending(an => an.CompanyId), createIndexOptions);
Does not create compound index instead index only for UserId is created