-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.4.3
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Tested In :
Monogb Version : 3.4.13
Spring Data Mongo DB - 2.0.3.RELEASE
Collation is working fine when we use find() ,But doesn't seem to be working using count()
db.test.count({headline:'Developer'}).collation({locale:'en_US', strength:2});