Comment 27 for bug 1655158

Revision history for this message
Bill Erickson (berick) wrote :

I'm going to bounce it back to you for cleanup, Blake. Can you please squash this all down to 1 commit (or 2 if you prefer a separate commit for release notes) and add another comment to the release notes describing the different behavior of day/month vs. year? I started one you can use if you like:

+* Day and month values are exact matches. E.g. month "1" (or "01")
+ matches January, "12" matches December.
+
+* Year searches are "contains" searches. E.g. year "15" matches 2015,
+ 1915, 1599, etc. For exact matches use the full 4-digit year.