HomePhabricator

Allow Almanac interfaces to be browsed

Description

Allow Almanac interfaces to be browsed

Summary:
Fixes T10205. Ref T10246. Previously, the issue was that the result set was not ordered, so "More Results" would not have been able to work in a reasonable way if there were more than 100 matching interfaces.

You would have seen 100 interfaces more or less at random, then clicked "more" and gotten 100 more random interfaces.

Now, you would see 100 "a" interfaces, then click more to get the next 100 alphabetical interfaces (say, "b" and "c" interfaces).

Test Plan:

  • Clicked browse when binding an interface.
  • Got a browse dialog.
  • Artificially set query limit to 1, paged through "local" interfaces in an ordered, consistent way.

Screen Shot 2016-02-21 at 3.22.11 AM.png (1×1 px, 158 KB)

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10205, T10246

Differential Revision: https://secure.phabricator.com/D15320