Page MenuHomePhabricator

Add a Phurl Typeahead
ClosedPublic

Authored by chad on Feb 11 2017, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:07 PM
Unknown Object (File)
Thu, Apr 11, 7:13 AM
Unknown Object (File)
Sat, Apr 6, 7:35 PM
Unknown Object (File)
Sat, Apr 6, 6:28 AM
Unknown Object (File)
Wed, Apr 3, 11:31 AM
Unknown Object (File)
Fri, Mar 29, 11:24 PM
Unknown Object (File)
Sat, Mar 23, 8:31 PM
Unknown Object (File)
Mar 4 2024, 5:04 PM
Subscribers

Details

Diff Detail

Repository
rP Phabricator
Branch
phurl-typeahead (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15595
Build 20579: Run Core Tests
Build 20578: arc lint + arc unit

Event Timeline

If you name a URL "Apple" but give it the alias "zebra" (so you reference it with ((zebra))) I think you should be able to find it by typing zebra. Currently, I believe it won't. You should be able to do this like this:

  • Make setName() (which is what it matches when typed) be "{$name}\n{$alias}".
  • Make setDisplayName() (which is what is shown to the user) be just the name.
This revision is now accepted and ready to land.Feb 11 2017, 10:29 PM
This revision was automatically updated to reflect the committed changes.