{"record":{"id":"6b791463f3dca11f","repo":"phacility/phabricator","slug":"the-specified-created-before-date-is-earlier-in","errorCode":null,"errorMessage":"The specified \"Created Before\" date is earlier in time than the specified \"Created After\" date, so this query can never match any results.","messagePattern":"The specified \"Created Before\" date is earlier in time than the specified \"Created After\" date, so this query can never match any results\\.","errorType":"validation","errorClass":"PhabricatorSearchConstraintException","httpStatus":null,"severity":"error","filePath":"src/applications/feed/query/PhabricatorFeedTransactionSearchEngine.php","lineNumber":54,"sourceCode":"  }\n\n  protected function buildQueryFromParameters(array $map) {\n    $query = $this->newQuery();\n\n    if ($map['authorPHIDs']) {\n      $query->withAuthorPHIDs($map['authorPHIDs']);\n    }\n\n    if ($map['objectTypes']) {\n      $query->withObjectTypes($map['objectTypes']);\n    }\n\n    $created_min = $map['createdStart'];\n    $created_max = $map['createdEnd'];\n\n    if ($created_min && $created_max) {\n      if ($created_min > $created_max) {\n        throw new PhabricatorSearchConstraintException(\n          pht(\n            'The specified \"Created Before\" date is earlier in time than the '.\n            'specified \"Created After\" date, so this query can never match '.\n            'any results.'));\n      }\n    }\n\n    if ($created_min || $created_max) {\n      $query->withDateCreatedBetween($created_min, $created_max);\n    }\n\n    return $query;\n  }\n\n  protected function getURI($path) {\n    return '/feed/transactions/'.$path;\n  }\n","sourceCodeStart":36,"sourceCodeEnd":72,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/feed/query/PhabricatorFeedTransactionSearchEngine.php#L36-L72","documentation":"Error \"The specified \"Created Before\" date is earlier in time than the specified \"Created After\" date, so this query can never match any results.\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/feed/query/PhabricatorFeedTransactionSearchEngine.php:54 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5720a38cfe95b00ca4be5016dd0d2f3195f4fa04","analyzedAt":"2026-08-21T05:07:25.672Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}