I'm use find in mongodb by array, but I don't know max count of array may be.
collection.find(test: {$in: [1,2...n]}).
No more than how many could be n ? Please help me, if you sare links on documentation, it will best wonderful.
I'm use find in mongodb by array, but I don't know max count of array may be.
collection.find(test: {$in: [1,2...n]}).
No more than how many could be n ? Please help me, if you sare links on documentation, it will best wonderful.