Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / search / constants / PhabricatorSearchRelationship.php
blob0d43f0bdc4c8b6da21ca33f7fc4ebafb1918c3df
1 <?php
3 final class PhabricatorSearchRelationship extends Phobject {
5 const RELATIONSHIP_AUTHOR = 'auth';
6 const RELATIONSHIP_BOOK = 'book';
7 const RELATIONSHIP_REVIEWER = 'revw';
8 const RELATIONSHIP_SUBSCRIBER = 'subs';
9 const RELATIONSHIP_COMMENTER = 'comm';
10 const RELATIONSHIP_OWNER = 'ownr';
11 const RELATIONSHIP_PROJECT = 'proj';
12 const RELATIONSHIP_REPOSITORY = 'repo';
14 const RELATIONSHIP_OPEN = 'open';
15 const RELATIONSHIP_CLOSED = 'clos';
16 const RELATIONSHIP_UNOWNED = 'unow';