Page MenuHomePhabricator

Improve browsability of People query
ClosedPublic

Authored by epriestley on Apr 15 2015, 6:31 PM.
Tags
None
Referenced Files
F13348524: D12427.id29836.diff
Sat, Jun 22, 9:34 PM
F13347482: D12427.diff
Sat, Jun 22, 10:50 AM
F13339509: D12427.id29836.diff
Wed, Jun 19, 7:17 PM
F13331008: D12427.diff
Mon, Jun 17, 5:21 AM
F13328740: D12427.id29836.diff
Sun, Jun 16, 1:56 PM
F13327130: D12427.diff
Sat, Jun 15, 1:29 PM
F13318129: D12427.diff
Thu, Jun 13, 10:16 AM
F13302323: D12427.diff
Sat, Jun 8, 4:56 AM
Subscribers

Details

Summary

Ref T5750. Fix this query so it works better with the browse view. In particular, make it return results before the user types a query.

Test Plan
  • Used a people tokenizer.
  • Used global search tokenizer to search for people.
  • Ran new version of query in production to make sure it wasn't crazy.
  • Browsed through results in browse view.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve browsability of People query.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/applications/people/query/PhabricatorPeopleQuery.php
329–347

BEHOLD! Adding new sort orders is now a reasonable thing which mere mortals can accomplish!

btrahan edited edge metadata.
btrahan added inline comments.
src/applications/people/query/PhabricatorPeopleQuery.php
329–347

lol

This revision is now accepted and ready to land.Apr 15 2015, 6:48 PM
This revision was automatically updated to reflect the committed changes.