diff --git a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php --- a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php +++ b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php @@ -1233,6 +1233,8 @@ 'index' => $index->getIndexKey(), 'alias' => $alias, 'value' => array($min, $max), + 'data' => null, + 'constraints' => null, ); return $this;