Changes between Version 24 and Version 25 of LCS_specification


Ignore:
Timestamp:
04/27/2020 04:35:00 PM (6 years ago)
Author:
jdalbey
Comment:

clarify Search function re: dates

Legend:

Unmodified
Added
Removed
Modified
  • LCS_specification

    v24 v25  
    2424The user will usually be provided a closure ID from someone in the field who calls in a request to update a closure.  If only the closure ID is provided for the search, it should return all associated log numbers.  If both closure ID and log number are provided, return just that specific item. 
    2525 
    26 Any combination of criteria can be provided, include just a start date or just an end date.  If a start date is provided, return all closures scheduled ON or AFTER that date.  If an end date is provided, return all closures scheduled ON or BEFORE that date.  If both start and end dates are provided, return all closures scheduled BETWEEN those dates. 
     26Any combination of criteria can be provided, include just a start date or just an end date.  If a start date is provided, return all closures scheduled ON or AFTER that date.  If an end date is provided, return all closures with enddate that are ON or BEFORE the provided enddate.  If both start and end dates are provided, return all closures scheduled BETWEEN those dates (that is, with startdate that are ON or AFTER the provided startdate AND enddate that are ON or BEFORE the provided enddate). 
    2727 
    2828 5. Search Results