|
89 | 89 | 'AlmanacServiceEditController' => 'applications/almanac/controller/AlmanacServiceEditController.php',
|
90 | 90 | 'AlmanacServiceEditor' => 'applications/almanac/editor/AlmanacServiceEditor.php',
|
91 | 91 | 'AlmanacServiceListController' => 'applications/almanac/controller/AlmanacServiceListController.php',
|
| 92 | + 'AlmanacServiceNameNgrams' => 'applications/almanac/storage/AlmanacServiceNameNgrams.php', |
92 | 93 | 'AlmanacServicePHIDType' => 'applications/almanac/phid/AlmanacServicePHIDType.php',
|
93 | 94 | 'AlmanacServiceQuery' => 'applications/almanac/query/AlmanacServiceQuery.php',
|
94 | 95 | 'AlmanacServiceSearchEngine' => 'applications/almanac/query/AlmanacServiceSearchEngine.php',
|
|
4082 | 4083 | 'PhabricatorProjectInterface',
|
4083 | 4084 | 'AlmanacPropertyInterface',
|
4084 | 4085 | 'PhabricatorDestructibleInterface',
|
| 4086 | + 'PhabricatorNgramsInterface', |
4085 | 4087 | ),
|
4086 | 4088 | 'AlmanacServiceController' => 'AlmanacController',
|
4087 | 4089 | 'AlmanacServiceDatasource' => 'PhabricatorTypeaheadDatasource',
|
4088 | 4090 | 'AlmanacServiceEditController' => 'AlmanacServiceController',
|
4089 | 4091 | 'AlmanacServiceEditor' => 'PhabricatorApplicationTransactionEditor',
|
4090 | 4092 | 'AlmanacServiceListController' => 'AlmanacServiceController',
|
| 4093 | + 'AlmanacServiceNameNgrams' => 'PhabricatorSearchNgrams', |
4091 | 4094 | 'AlmanacServicePHIDType' => 'PhabricatorPHIDType',
|
4092 | 4095 | 'AlmanacServiceQuery' => 'AlmanacQuery',
|
4093 | 4096 | 'AlmanacServiceSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
|
0 commit comments