#296: make date parsing use ISO dates and correct indexes
------------------------+---------------------------------------------------
Reporter: jblayloc | Owner: jblayloc
Type: defect | Status: assigned
Priority: major | Milestone:
Component: WebSearch | Version:
Resolution: | Keywords: INSPIRE Oct
------------------------+---------------------------------------------------
Changes (by simko):
* status: in_merge => assigned
Comment:
Can you please lessen the dependency on `dateutil` from mandatory to
recommended? It is used only for date search "minor feature" so it should
not prevent the other "main functionality" of Invenio from running, if
people don't have this library installed for a reason or another. (Kind of
like `simplejson` is only recommended, even though the record editing or
merging facilities would not work without it.) You can simply make the
`dateutil` import conditional in the same way, not mangling date if this
library is missing, etc.
--
Ticket URL: <http://invenio-software.org/ticket/296#comment:2>
Invenio <http://invenio-software.org>