1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/src/applications/project
epriestley b02f64f6ee Make project token sorting and normalization a little less hacky
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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8510

Differential Revision: https://secure.phabricator.com/D16886
2016-11-17 08:02:23 -08:00
..
__tests__ Try to get to the bottom of the sporradic test failures in testColumnExtendedPolicies() 2016-06-17 07:58:31 -07:00
application Fully modularize the "Quick Actions" menu 2016-06-05 10:32:01 -07:00
capability
command
conduit Modularize content sources 2016-03-26 11:59:45 -07:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
constants Allow workboard background colors to be configured 2016-02-16 08:15:12 -08:00
controller Remove sidenav from Workboards 2016-11-16 16:43:46 -08:00
customfield Convert projects to EditEngine 2015-12-27 15:42:50 -08:00
edge Replace subscribe/unsubscribe for projects with explicit mail setting 2016-01-19 19:39:02 -08:00
editor Allow workboard background colors to be configured 2016-02-16 08:15:12 -08:00
engine Update EditEngine for two column 2016-03-28 09:18:55 -07:00
engineextension Allow stacked comment actions to be explicitly ordered 2016-04-06 09:15:27 -07:00
events New People Hovercards 2016-02-11 15:41:55 -08:00
herald Add Herald support for projects 2016-01-19 19:37:54 -08:00
icon Add more information (colors, members, watchers) to project.search 2016-01-24 10:02:05 -08:00
interface Roughly implement milestone columns on workboards 2016-02-03 16:37:59 -08:00
lipsum Improve lispum generation of pastes 2015-12-25 07:41:38 -08:00
mail
phid Fix dead column link and provide more milestone UI context 2016-02-05 12:25:52 -08:00
policyrule De-garbage the horrible garbage project section of the policy selection control 2016-02-05 09:50:06 -08:00
profilepanel Add a basic progress bar for milestones 2016-02-08 18:50:22 -08:00
query Fix a complicated object caching issue with the policy filter 2016-11-11 13:42:18 -08:00
remarkup Give project tags hovercards 2016-02-03 14:50:49 -08:00
search Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
searchfield Fix a bad call when prefilling ApplicationSearch from ?projects=some_slug 2016-02-08 10:44:33 -08:00
storage Remove sidenav from Workboards 2016-11-16 16:43:46 -08:00
typeahead Make project token sorting and normalization a little less hacky 2016-11-17 08:02:23 -08:00
view Use consistent tag order in Maniphest list views and workboard cards 2016-08-03 16:46:40 -07:00