Page MenuHomePhabricator

Implement an extremely primitive typeahead browse view with offset paging
ClosedPublic

Authored by epriestley on Apr 15 2015, 3:43 PM.
Tags
None
Referenced Files
F13247605: D12423.diff
Thu, May 23, 8:54 PM
F13238512: D12423.id.diff
Tue, May 21, 7:41 PM
F13238471: D12423.id29872.diff
Tue, May 21, 7:26 PM
F13238358: D12423.id29832.diff
Tue, May 21, 6:56 PM
F13238133: D12423.id29831.diff
Tue, May 21, 5:18 PM
F13232557: D12423.diff
Tue, May 21, 1:22 AM
F13228687: D12423.id29831.diff
Mon, May 20, 11:20 AM
F13227941: D12423.id.diff
Mon, May 20, 5:47 AM
Subscribers

Details

Summary

Ref T5750. Give up and use offset paging.

Each page will become progressively slower, but the amount of time I was sinking into T7803 without making real headway was not justified by fixing this. In comparison, this took 10 minutes. It isn't really useful to browse through tens of thousands of results anyway, and no one is realistically going to try to do that (later in this sequence, I'll explicitly prevent it).

Test Plan

This is completely primitive right now:

Screen_Shot_2015-04-15_at_8.40.01_AM.png (1×1 px, 201 KB)

Event Timeline

epriestley retitled this revision from to Implement an extremely primitive typeahead browse view with offset paging.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 15 2015, 5:12 PM
This revision was automatically updated to reflect the committed changes.