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
Unknown Object (File)
Thu, Apr 25, 12:48 AM
Unknown Object (File)
Tue, Apr 16, 3:03 AM
Unknown Object (File)
Tue, Apr 16, 2:39 AM
Unknown Object (File)
Tue, Apr 2, 2:50 AM
Unknown Object (File)
Tue, Apr 2, 2:50 AM
Unknown Object (File)
Mon, Apr 1, 11:06 PM
Unknown Object (File)
Fri, Mar 29, 11:12 AM
Unknown Object (File)
Mar 20 2024, 3:11 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)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.