Page MenuHomePhabricator

Fix ContainsConstraints for array-valued custom field constraints in "*.search" methods
ClosedPublic

Authored by epriestley on Sep 7 2016, 2:38 PM.
Tags
None
Referenced Files
F15441563: D16508.id39734.diff
Wed, Mar 26, 6:48 PM
F15436419: D16508.id.diff
Tue, Mar 25, 2:01 PM
F15430575: D16508.diff
Mon, Mar 24, 8:13 AM
F15400912: D16508.id39727.diff
Mon, Mar 17, 2:42 PM
F15392616: D16508.id.diff
Sat, Mar 15, 4:23 PM
F15387423: D16508.id.diff
Sat, Mar 15, 2:22 AM
F15387199: D16508.id39727.diff
Sat, Mar 15, 1:58 AM
F15381506: D16508.id39734.diff
Fri, Mar 14, 7:59 AM
Subscribers
None

Details

Summary

Fixes T11593. We ask for a list of values when searching for custom "link" fields, but don't handle it correctly when actually construcitng a query.

Test Plan

Added this custom field:

{
  "mycompany.target-version": {
    "name": "Target Version",
    "type": "link",
    "search": true
  }
}

Set a task to "beta". Let daemons index it. Queried for:

constraints: {
  "custom.mycompany.target-version": [
    "beta"
  ]
}

Got just one result back.

Diff Detail

Repository
rP Phabricator
Branch
iconstraint2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13606
Build 17530: Run Core Tests
Build 17529: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Fix ContainsConstraints for array-valued custom field constraints in "*.search" methods.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 7 2016, 3:57 PM
This revision was automatically updated to reflect the committed changes.