Homec4science

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

Authored by epriestley <git@epriestley.com> on Dec 9 2016, 15:09.

Description

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

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)".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11955

Differential Revision: https://secure.phabricator.com/D17013

Details

Committed
epriestley <git@epriestley.com>Dec 9 2016, 17:07
Pushed
aubortJan 31 2017, 17:16
Parents
rPH5a95efaa4b77: Tokenize datasource indexes on "(" and ")"
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH9c38b61e51a0: Fix an issue where tokenizers can sort milestone results into the wrong query… (authored by epriestley <git@epriestley.com>).Dec 9 2016, 17:07