git ssb

0+

Dominic / flumeview-query



$lt ranges

%Ur7tRLkNg+FP7lFnx/Pjmv+eXyfkigjqOVkqAPrKmR4=.sha256
OpenDominic opened this issue on 8/6/2016, 4:01:25 AM

$lt ranges

from qqTunes I tried the query

[{$filter: {
          value: {content: {type: "music-release-cc"}},
          timestamp: {$lte: 1449201687151.002}
      }}]

and it was returning blank... should return records with a timestamp before that time though. it works right if timestamp is left out though, and $gte works correctly.

%WWYMzHJ07k7Ldmz8KoXqwltSb3CxX7qgnS6FZahnuqU=.sha256 cel · 6/12/2017, 11:42:57 PM

i'm also seeing this problem when trying to use $lt

%FCIv0D7JQyERznC18p8Dc1KtN6SLeJAl1sR5DAIr/Ek=.sha256 cel · 6/13/2017, 2:00:35 AM

workaround: use $lte/$gte instead of $lt/$gt and filter out messages with the exact timestamp

Built with git-ssb-web