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
F15571955: D18029.id43362.diff
Mon, May 5, 11:27 AM
F15563639: D18029.id.diff
Wed, Apr 30, 9:53 AM
F15562756: D18029.diff
Wed, Apr 30, 4:12 AM
F15561209: D18029.diff
Tue, Apr 29, 6:38 PM
F15543001: D18029.id43361.diff
Fri, Apr 25, 8:09 PM
F15472447: D18029.id43362.diff
Apr 5 2025, 1:43 PM
F15459267: D18029.id43370.diff
Mar 31 2025, 11:31 AM
F15456854: D18029.id43370.diff
Mar 30 2025, 12:38 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.