Page MenuHomePhabricator

Add an "only()" edge logic constraint, meaning "only the other constraints, exactly"
ClosedPublic

Authored by epriestley on Sep 6 2017, 5:10 PM.
Tags
None
Referenced Files
F19939564: D18543.diff
Tue, Apr 14, 3:44 PM
F19826649: D18543.id.diff
Mar 8 2026, 11:25 PM
F19790797: D18543.id44551.diff
Feb 25 2026, 9:49 PM
F19790364: D18543.id.diff
Feb 25 2026, 8:45 PM
F19785407: D18543.diff
Feb 24 2026, 10:56 PM
F19715841: D18543.id.diff
Feb 12 2026, 7:52 AM
F19618497: D18543.diff
Feb 4 2026, 8:15 AM
F19555559: D18543.diff
Jan 30 2026, 4:39 PM
Subscribers
None

Details

Summary

See PHI57. For example, a query for "ios, only()" finds tags tasked with iOS, exactly, and no other tags.

I called this "only()" instead of "exact()" because we use the term/function "Exact" elsewhere with a different meaning, e.g. in Differential.

Test Plan

Basic query for a tag:

Screen Shot 2017-09-06 at 10.04.52 AM.png (1×1 px, 261 KB)

Same query with "only", finds tasks tagged with only that tag:

Screen Shot 2017-09-06 at 10.04.58 AM.png (1×1 px, 257 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable