mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
73bc34b26d
Summary: ...and do so for a few fields -- summary, test plan, and revert plan. Test Plan: added NATASHA and BULLWINKLE to summary and test plan of existing diff. Diff showed up in search! Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T654 Differential Revision: https://secure.phabricator.com/D3915
12 lines
187 B
PHP
12 lines
187 B
PHP
<?php
|
|
|
|
/**
|
|
* @group search
|
|
*/
|
|
final class PhabricatorSearchField {
|
|
|
|
const FIELD_TITLE = 'titl';
|
|
const FIELD_BODY = 'body';
|
|
const FIELD_COMMENT = 'cmnt';
|
|
|
|
}
|