Ticket #116 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Update alerts to use proper article date field with Kowari <xsd:date> type

Reported by: ebrown Assigned to: ebrown
Priority: critical Milestone:
Component: topaz Version: 0.5-SNAPSHOT
Keywords: alert article Cc:
Blocking: Blocked By:

Description

Right now alerts search all articles and manually filter dates (instead of filtering them via iTQL). This is quite expensive as the data-set grows.

Depends on #99.

Dependency Graph

Change History

08/17/06 03:33:06 changed by ronald

(In [471]) Addresses #99 and #116: add xsd:date datatype to dc:date .

09/05/06 01:36:43 changed by ronald

(In [580]) Addresses #99 and #116: set additional dates, namely dateSubmitted, dateAccepted, issued, and available. Alerts should probably use the available date.

09/05/06 15:45:45 changed by ronald

Please use dc_term:available as the date at which the article will become available.

09/11/06 19:19:34 changed by ebrown

  • priority changed from unassigned to critical.
  • status changed from new to assigned.
  • milestone changed from TBD to september24.

09/15/06 18:25:49 changed by ebrown

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [627]) fixes #116 Use dc_terms:available typed date field for querying articles

This should be more efficient than grabing all the articles and then eliminating those that are outside our date range.

We may still want to move to a datetime field, but that should be considered later (possibly re #127).

10/29/07 21:13:03 changed by

  • milestone deleted.

Milestone september24 deleted