Closed Bug 884345 Opened 11 years ago Closed 11 years ago

Searching on Due Date Is Empty does not work anymore

Categories

(bugzilla.mozilla.org :: General, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: glob, Assigned: glob)

Details

:st3fan has reported this problem has regressed --

+++ This bug was initially created as a clone of Bug #850429 +++

I am doing a search with:

product = mozilla.org
component = Security Assurance: Review Request
Match any of the following: "Due Date" "is empty"

This is supposed to return a couple dozen bugs but instead it returns zero. This behaviour changed with the last upgrade I think.

If I change to "Due Date" "is not empty" then I see all bugs including bugs that have an empty Due Date.
Assignee: nobody → glob
OS: Mac OS X → All
Hardware: x86 → All
this is fallout from bug 866248 -- we added a DATE type and converted due_date from DATETIME to DATE, but the is_empty search operator wasn't updated.

Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified Bugzilla/Search.pm
Committed revision 8852.

i expect this fix to be live before the end of this week.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
if this doesn't get pushed this week, the workaround is to search for (due_date) (equal to) "1970-01-01"
You need to log in before you can comment on or make changes to this bug.