Skip to content

Commit aba2652

Browse files
committed
Add new find options
1 parent f2ee370 commit aba2652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/pluginManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ var pluginManager = function pluginManager() {
22262226
}
22272227
});
22282228

2229-
var findOptions = ["limit", "sort", "projection", "skip", "hint", "explain", "snapshot", "timeout", "tailable", "batchSize", "returnKey", "maxScan", "min", "max", "showDiskLoc", "comment", "raw", "promoteLongs", "promoteValues", "promoteBuffers", "readPreference", "partial", "maxTimeMS", "collation", "session", "omitReadPreference"];
2229+
var findOptions = ["limit", "sort", "projection", "skip", "hint", "explain", "snapshot", "timeout", "tailable", "batchSize", "returnKey", "maxScan", "min", "max", "showDiskLoc", "comment", "raw", "promoteLongs", "promoteValues", "promoteBuffers", "readPreference", "partial", "maxTimeMS", "collation", "session", "omitReadPreference", "timeoutMode", "timeoutMS"];
22302230

22312231
countlyDb._collection_cache = {};
22322232
//overwrite some methods

0 commit comments

Comments
 (0)