-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4.2-HF18, 5.5.0-HF04, 5.6-RC1, 5.6
-
Component/s: Core VCS, Query & PageProvider
-
Upgrade notes:
We need to be able to do this in NXQL:
SELECT * FROM Document WHERE DATE(dc:modified) = DATE '2012-02-22';
(Also with other comparison operators.)
No date arithmetic (time interval types) are needed for this.
To be efficient ad-hoc functional indexes will have to be added by hand by a DBA (see upgrade notes).