-
Type:
Bug
-
Resolution: Done
-
Priority:
Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:All
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The server recently changed from 1 to true for map reduce output "ok" to mean success.
collection.rb:490 still tests for:
unless result["ok"] == 1
which should be updated to "true"