Do you see any issues with the following query?

my @matches = $self->matches->find({
    last_seen => { 
       '$gte' =>  Mango::BSON::Time->new(time - 172800)   
    }
})->all;

it returns way more matches than I would expect (some where around 1500~ 
matches when only 369 occurred in the desired timeframe)

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to