Difference between revisions of "Development/DateRangeSearch"

From AtoM wiki
(Add initial page structure)
 
(Added category to page)
 
Line 18: Line 18:
 
* [[Development|Back to Development]]
 
* [[Development|Back to Development]]
 
* [[Main Page|Back to Wiki home page]]
 
* [[Main Page|Back to Wiki home page]]
 +
 +
 +
[[Category:Development documentation]]

Latest revision as of 13:56, 22 August 2016

Main Page > Development > DateRangeSearch

This page documents a new feature added to the Advanced search panel in AtoM 2.3, known as the Date range search. It allows users to search for a selection of records that either overlap with, or fall exactly within, a specified date range. The search is performed against the internal startDate and endDate fields in AtoM, which require ISO-8601 formatted date strings (i.e. YYYY-MM-DD, YYYY-MM, or YYYY), and *not* against the free-text Display date field, which is seen on a description's view page, and allows for typographical symbols and the like to express approximation or uncertainty (e.g. [190-?], [ca. 1940], etc).

Below, a bit of history about the development of feature will be included, followed by an explanation of some of the feature's characteristics, such as the difference between the "Exact" and "Overlapping" options available in the date range search.

Development background

TO DO

Exact vs Overlapping