From 7341db981bef4a9c1fac15cf61c523a310b6bd6f Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 20 Dec 2010 22:09:32 +0000 Subject: [PATCH] NIHVIVO-1336 Corrected datetime query terms --- productMods/config/listViewConfig-educationalTraining.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/productMods/config/listViewConfig-educationalTraining.xml b/productMods/config/listViewConfig-educationalTraining.xml index 335577ee..895bc2ef 100644 --- a/productMods/config/listViewConfig-educationalTraining.xml +++ b/productMods/config/listViewConfig-educationalTraining.xml @@ -15,8 +15,7 @@ OPTIONAL { ?edTraining core:majorField ?majorField . } OPTIONAL { ?edTraining core:departmentOrSchool ?deptOrSchool . } OPTIONAL { ?edTraining core:supplementalInformation ?info . } - OPTIONAL { ?edTraining core:dateTimeInterval ?interval . - ?interval core:start ?dateTimeValue . + OPTIONAL { ?edTraining core:hasDateTimeValue ?dateTimeValue . ?dateTimeValue core:dateTime ?dateTime . } } ORDER BY DESC(?dateTime)