Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
On the mailing list, a user reported a simple query like:
WHERE addedon>= '2021-07-13T15:12:10.037Z'
fails. I reproduced this on main (different error than what was reported on the mailing list)
Given how common ISO-8601 timestamps are these days, I think we should support this syntax.
Commit 072c9c8a74a059946ef0150fd91d0b086151e169 in solr's branch refs/heads/main from Timothy Potter
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=072c9c8 ]
SOLR-15576: Allow filtering on ISO-8601 formatted timestamp literals in SQL WHERE clause (#247)