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
Unknown Object (File)
Fri, Dec 13, 3:43 PM
Unknown Object (File)
Sat, Dec 7, 5:00 AM
Unknown Object (File)
Wed, Dec 4, 12:51 AM
Unknown Object (File)
Wed, Nov 27, 8:56 AM
Unknown Object (File)
Mon, Nov 25, 10:06 AM
Unknown Object (File)
Sat, Nov 23, 11:57 PM
Unknown Object (File)
Nov 22 2024, 7:01 AM
Unknown Object (File)
Nov 18 2024, 11:26 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.