Page MenuHomePhabricator

Improve browsability of People query
ClosedPublic

Authored by epriestley on Apr 15 2015, 6:31 PM.
Tags
None
Referenced Files
F15489291: D12427.id29876.diff
Fri, Apr 11, 7:38 AM
F15468387: D12427.id29836.diff
Fri, Apr 4, 12:07 AM
F15467638: D12427.id.diff
Thu, Apr 3, 5:09 PM
F15451618: D12427.diff
Fri, Mar 28, 10:59 PM
F15439696: D12427.id29836.diff
Wed, Mar 26, 8:56 AM
F15429080: D12427.id29876.diff
Mar 24 2025, 12:25 AM
F15425962: D12427.id29836.diff
Mar 23 2025, 6:45 AM
F15386042: D12427.id29836.diff
Mar 14 2025, 11:56 PM
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.