$lt ranges
%Ur7tRLkNg+FP7lFnx/Pjmv+eXyfkigjqOVkqAPrKmR4=.sha256
$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.
i'm also seeing this problem when trying to use $lt
workaround: use $lte/$gte instead of $lt/$gt and filter out messages with the exact timestamp
Built with git-ssb-web