Page MenuHomePhabricator

Allow users to query feed by a date range
ClosedPublic

Authored by epriestley on May 26 2017, 5:24 PM.
Tags
None
Referenced Files
F18935929: D18029.diff
Mon, Nov 10, 7:15 PM
F18871958: D18029.diff
Wed, Nov 5, 1:29 AM
F18810571: D18029.id43361.diff
Oct 19 2025, 10:19 PM
F18705432: D18029.id.diff
Sep 28 2025, 11:20 AM
F18582246: D18029.diff
Sep 11 2025, 7:51 AM
F18555710: D18029.diff
Sep 8 2025, 6:30 PM
F18508870: D18029.id.diff
Sep 5 2025, 3:04 AM
F18501146: D18029.diff
Sep 4 2025, 9:34 PM
Subscribers
None

Details

Summary

Ref T12762.

Test Plan
  • Ran queries with start date, end date, both, neither.
  • Used EXPLAIN to try to make sure doing the bitshift isn't going to be a performance issue.

Screen Shot 2017-05-26 at 10.20.37 AM.png (1×1 px, 213 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Add an error if you specify a bad date range (for example: 2015 to 2014, where the start and end dates are backwards).

Screen Shot 2017-05-26 at 10.26.44 AM.png (1×1 px, 153 KB)

This revision is now accepted and ready to land.May 26 2017, 6:44 PM
This revision was automatically updated to reflect the committed changes.