Title:
[ANeff] Doc Bug for: some cfimapfilter flags undocumented (and minor typo in exception)
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 04/27/2016
Components: Documentation
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Minor / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Issue #1) The following cfimapfilter flags were added per 3630470 but are undocumented: DELETED,DRAFT,RECENT,NEW,OLD,UNFLAGGED
Repro:
cfimap(action="getall", connection="myConnection", name="result") {
for(flag in "ANSWERED,DELETED,DRAFT,FLAGGED,SEEN,RECENT,NEW,OLD,UNANSWERED,UNDELETED,UNDRAFT,UNFLAGGED,UNSEEN") {
cfimapfilter(name="flag", value=flag);
}
}
Actual and expected result: All the flags work (good - so DELETED,DRAFT,RECENT,NEW,OLD,UNFLAGGED should be documented).
Issue #2) Minor typo in cfimapfilter flag exception.
Repro:
cfimap(action="getall", connection="myConnection", name="result") {
cfimapfilter(name="flag", value="foo");
}
Actual result: "Valid values are ANSWERED, DELETED, DRAFT, FLAGGED, SEEN, RECENT, NEW, OLD, UNANSWERED, UNDELETED,UNDRAFT, UNFLAGGED, UNSEEN."
Expected result: "Valid values are ANSWERED, DELETED, DRAFT, FLAGGED, SEEN, RECENT, NEW, OLD, UNANSWERED, UNDELETED, UNDRAFT, UNFLAGGED, UNSEEN."
The "UNDELETED,UNDRAFT" should be "UNDELETED, UNDRAFT" (space is missing after comma).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4145519
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: