the user and hashtag numbers are rounded, strange

Issue #16 resolved
Ali Hürriyetoglu repo owner created an issue

When we create a filter for "floodtags20140729" collection, number of users and hashtags appears as a rounded number, just 400, 350, 50 etc. Is the calculation correct? We can check the database to analyse this.

Comments (1)

  1. Aslıhan ARSLAN

    We checked the database. The numbers are correct. An example query is:

    db.floodtag.find( { $and: [ { 'source.username':'grierpandas' }, { keywords:["baha"] } ] } ).count()

  2. Log in to comment