On 2012-12-15, Barton Willis <willisb at unk.edu> wrote:
> Is there a way to get the SF bug list to show the most recent bug fixes?
After some noodling around, this worked as expected to return recently
closed bug reports (21 items):
(status:closed OR status:wont-fix) AND
mod_date_dt:[2012-12-08T00:00:00Z TO 2012-12-15T00:00:00Z]
Note that the Boolean operators must be capitalized, and the date must
be specified down to the seconds, and the spelling of the modification
date field. Pretty clumsy; I hope they put in a query builder.
With the time range starting at 2012-12-01, I get about 200 results,
many with spurious modification times equal to 2012-12-04. Pretty
annoying.
best
Robert Dodier