I mean filter documents not all documents.
Example: documents have 100000 records then I need take only limited documents based on _id or createAt date wise , if you know that command let me know.
The below example you can understand I am asking, I hope you.
One more example: one document salary field start from 1 to 100000, then I want take back up from 1000 to 20000 filter it success my back up
But when I was try based on _id or date mongodump filter not working.