This is related to How to print out more than 20 items (documents) in MongoDB's shell?. Right now I'm only seeing 20 items at a time returned from my IntelliJ MongoDB interactive shell. Things that I have tried:
DBQuery.shellBatchSize = 1000;
in the IntelliJ MongoDB shellDBQuery.shellBatchSize = 1000;
to .mongors.js
file in my home directory (as the docs say).How can I get remove this 20 item limit in IntelliJ MongoDB driver?
Since 2021.1 version you can change the value of database.mongodb.page.size.limit
Registry option. To open Registry dialog use Help | Find Action... and type "Registry":