SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

Not all data are shown #38

Open ShadabFaiz opened 5 years ago

ShadabFaiz commented 5 years ago

I have a collection user with 4M data. However, when I execute the command db.user.find({});, i'm only getting only 20 in the view. db.user.count({}); does show 4M data;

gharriso commented 5 years ago

Hi. Thanks for trying dbKoda.

In the table preview, we only show the first 20 documents

Screen Shot 2019-03-12 at 5 28 07 pm

However if you switch to "raw" mode you can press the "more" button to see the next set:

Screen Shot 2019-03-12 at 5 28 07 pm

From there, right click and select "JSON table view/Mutli-document veiw" if you want to see those documents in the tabular format. image I hope that helps.

Regards,

Guy

ShadabFaiz commented 5 years ago

When I double click the collection name, I can set the maximum number of documents in the view.

View

why such limitation is put on result when viewed from query search? It would be great to let user decide the limit