inveniosoftware / invenio

Invenio digital library framework
https://invenio.readthedocs.io
MIT License
621 stars 291 forks source link

SQL warnings for date searches #1305

Open invenio-developers opened 10 years ago

invenio-developers commented 10 years ago

Originally by adeiana (@Osso) on 2013-02-13

We do not check for the dateformat carefully enough and we end up querying we a partial date string e.g. 2001-01

I made a patch to format the date to an always valid format.

invenio-developers commented 10 years ago

Originally by adeiana (@Osso) on 2013-02-13

You can find the patch here adeiana/1305-date-search-fixes

Note that I am not familiar with the search engine code and I am not sure I am making this check at the right level even though it seems like it.