Page MenuHomePhabricator

Title/Description querying for Passphrase
Closed, ResolvedPublic

Description

Perhaps we are being foolish, but we are planning to manage all our external-account passwords using phabricator. The problem is we have a lot of them, so the list view at phabricator.khanacademy.org/passphrase is getting unwieldy.

I'd like to be able to tell people "you want the password for amazonaws.com? Just search for 'amazonaws' and the right entry will pop up!" Is it possible to add that support?

If it helps, we're willing to require that the hostname of the account be in the name, so being able to search on subset-of-name would be sufficient. Searching on the description would be helpful as well, but not as important.

Event Timeline

csilvers raised the priority of this task from to Needs Triage.
csilvers updated the task description. (Show Details)
csilvers added a project: Passphrase.
csilvers added a subscriber: csilvers.
chad renamed this task from better querying for passphrase to Title/Description querying for Passphrase.Nov 15 2014, 1:28 AM
chad triaged this task as Normal priority.
epriestley added subscribers: lpriestley, epriestley.

@lpriestley: Let me know when you get here and I can walk you through it.

You can look at D7720 for a similar feature. That one went a little further -- you don't need to implement any of the jump nav stuff.

  • Passphrase now supports title substring queries.
  • Global search now supports full text queries (title + description + transactions + etc).
    • Use bin/search index --type CDTL to index existing credentials.