Page MenuHomePhabricator

Fix an issue where tokenizers can sort milestone results into the wrong query phase
ClosedPublic

Authored by epriestley on Dec 9 2016, 2:11 PM.
Tags
None
Referenced Files
F14838898: D17013.id40936.diff
Fri, Jan 31, 7:04 PM
Unknown Object (File)
Tue, Jan 28, 2:09 AM
Unknown Object (File)
Fri, Jan 24, 6:24 PM
Unknown Object (File)
Fri, Jan 24, 6:24 PM
Unknown Object (File)
Fri, Jan 24, 6:24 PM
Unknown Object (File)
Fri, Jan 24, 6:24 PM
Unknown Object (File)
Thu, Jan 23, 3:36 AM
Unknown Object (File)
Tue, Jan 21, 8:15 PM
Subscribers
None

Details

Summary

Fixes T11955. Currently, milestones have an internal name of "Parent (Milestone) ...".

This makes them look like they're prefix matches for "Parent", but they're actually prefix matches for "Milestone".

Reorder the names so that the internal name is "Milestone Parent ...".

Test Plan

Created a project "AAA" with milestone "BBB". Searched for "AAA", found "AAA" and milestone "AAA (BBB)".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix an issue where tokenizers can sort milestone results into the wrong query phase.
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.Dec 9 2016, 4:03 PM
This revision was automatically updated to reflect the committed changes.