Page MenuHomePhabricator

Make project token sorting and normalization a little less hacky
ClosedPublic

Authored by epriestley on Nov 17 2016, 1:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 8, 2:15 AM
Unknown Object (File)
Thu, Jul 2, 4:48 PM
Unknown Object (File)
Tue, Jun 30, 11:44 PM
Unknown Object (File)
Tue, Jun 30, 9:31 PM
Unknown Object (File)
Wed, Jun 24, 9:22 PM
Unknown Object (File)
Jun 3 2026, 8:50 PM
Unknown Object (File)
Apr 18 2026, 5:00 PM
Unknown Object (File)
Apr 14 2026, 10:39 AM
Subscribers
None

Details

Summary

Ref T8510. Use "\n" as a delimiter between name sections. Specifically, project "AAA" with tag "zzz" should be a better match for query "AAA" than project "AAA BBB" is.

Make use of this delimiter slighlty more obvious in the UI.

Test Plan
  • Created projects "Phacility" and "Phacility Core Access".
  • Typed "Phacility".
  • Before patch: first hit is "Phacility Core Access".
  • After patch: first hit is "Phacility".
  • Viewed debugging output table, saw visual explanation of behavior.

Diff Detail

Repository
rP Phabricator
Branch
ahead1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14541
Build 18967: Run Core Tests
Build 18966: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Make project token sorting and normalization a little less hacky.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 17 2016, 3:10 PM
This revision was automatically updated to reflect the committed changes.