Page MenuHomePhabricator

Show icons and disabled/archived/closed results in typahead dynamic list
ClosedPublic

Authored by epriestley on Feb 14 2014, 3:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 8:04 PM
Unknown Object (File)
Sun, Mar 31, 9:36 PM
Unknown Object (File)
Feb 14 2024, 8:21 AM
Unknown Object (File)
Feb 4 2024, 2:59 AM
Unknown Object (File)
Feb 1 2024, 9:10 PM
Unknown Object (File)
Jan 30 2024, 7:13 AM
Unknown Object (File)
Jan 24 2024, 2:25 PM
Unknown Object (File)
Jan 24 2024, 2:25 PM
Tokens
"Haypence" token, awarded by btrahan.

Details

Summary

Ref T4420. This is mostly a design change, but addresses two functional issues:

  1. Many sources exclude disabled accounts, system agents, archived projects, etc. It is rare to select these, but excluding them completely is too severe, and we've made more than a handful of changes over time to replace a "users" endpoint with an "accounts" endpoint (to include disabled users) or similar. Instead, always show these results, but sort them last and use a special style to clearly mark them as closed, disabled, or otherwise unusual.
    • As a practical consequence, all the similar endpoints can now be merged, so "accounts" and "users" return the exact same result sets.
  2. Increasingly, sources can return multiple object types in a single list. For example, "CC" can have a user or mailing list, and soon a project or repository. However, the result list is fairly homogenous across types and it isn't easy to quickly pick out projects vs users. To help with this, add icons showing the result type.
Test Plan

{F113079}

(The main search results get touched here too, I verified they didn't blow up.)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped