If you search via a yyyy-mm-dd format, all is well, but if you put only a 4-digit year into the start+end boxes, you'll get results outside of that range.
Options here would be (in no particular order):
- insist on a particular format to avoid ambiguity
- see if we can parse a date out of the input and feed that into the search
If you search via a yyyy-mm-dd format, all is well, but if you put only a 4-digit year into the start+end boxes, you'll get results outside of that range.
Options here would be (in no particular order):