From ff9deaf030e3dc95a4f05ff95eecd086a198f11c Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Fri, 28 Aug 2020 10:10:15 +0200 Subject: [PATCH 1/3] clarify SR=0 wrt MAXREC=0 --- ConeSearch.tex | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 08ebe89..dfc7573 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -208,8 +208,14 @@ \subsubsection{DEC} \textbf{DEC} represents a declination in the ICRS \subsubsection{SR} \textbf{SR} represents the radius of the cone to search, given in decimal degrees. It is a single valued parameter and -\textbf{must} be present in the query. If set to zero (SR=0) it should -have the same effect as setting MAXREC=0, i.e. a service metadata +\textbf{must} be present in the query. + +If set to zero (SR=0) it should +not return an error condition because the request might describe an +interest in retrieving only the metadata structure of the service's +response (i.e. discovery of the FIELDS deliverede by the service). + +This is similar to setting MAXREC=0, i.e. a service metadata request as prescribed by DALI\footnote{SR=0 is kept in this version of this specification for back compatibility. It is suggested to prefer the usage of MAXREC to enable metadata discovery}\textsuperscript{, @@ -228,7 +234,7 @@ \subsubsection{TIME} \textbf{TIME} represents the time interval to be \subsubsection{MAXREC} As defined by DALI a cone search \textbf{should} accept the \textbf{MAXREC} parameter to let the client limit the number -of records returned or require a service metadata response (see above). +of records returned or require a service metadata response. Its usage is encouraged and preferred to the SR=0 solution for metadata discovery. From 25e0db355b296eb6b0e21bda3c2df08f48b25a41 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Fri, 28 Aug 2020 13:21:01 +0200 Subject: [PATCH 2/3] typo correction delivered[e] --- ConeSearch.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index dfc7573..2ebf655 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -213,7 +213,7 @@ \subsubsection{SR} \textbf{SR} represents the radius of the cone to If set to zero (SR=0) it should not return an error condition because the request might describe an interest in retrieving only the metadata structure of the service's -response (i.e. discovery of the FIELDS deliverede by the service). +response (i.e. discovery of the FIELDS delivered by the service). This is similar to setting MAXREC=0, i.e. a service metadata request as prescribed by DALI\footnote{SR=0 is kept in this version of From 048ce0dded43b28b62c834fc03d47927b198ca97 Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Fri, 28 Aug 2020 14:24:34 +0200 Subject: [PATCH 3/3] update date for WD release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6927ba..fd2e137 100755 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DOCVERSION = 1.1 # Publication date, ISO format; update manually for "releases" #DOCDATE = 2019-11-15 -DOCDATE = 2020-08-20 +DOCDATE = 2020-08-28 # What is it you're writing: NOTE, WD, PR, REC, PEN, or EN DOCTYPE = WD