From 057a87ae00b04e7b14a67258006dbfc485af2263 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 4 Sep 2006 12:37:31 +0000 Subject: [PATCH] Fix spelling of SRW diagnostic 60 (bug 653). Change wording of SRW diagnostic 35. Added SRW diagnostic 93. --- src/srw.csv | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/srw.csv b/src/srw.csv index 6ea7dae..38e58d8 100644 --- a/src/srw.csv +++ b/src/srw.csv @@ -1,4 +1,4 @@ -"$Id: srw.csv,v 1.2 2005-04-22 15:14:24 adam Exp $" +"$Id: srw.csv,v 1.3 2006-09-04 12:37:31 adam Exp $" 1, "Permanent system error" 2, "System temporarily unavailable" 3, "Authentication error" @@ -32,7 +32,7 @@ 32, "Anchoring character in unsupported position" 33, "Combination of proximity/adjacency and masking characters not supported" 34, "Combination of proximity/adjacency and anchoring characters not supported" -35, "Terms only exclusion stopwords" +35, "Term contains only stopwords" 36, "Term in invalid format for index or relation" 37, "Unsupported boolean operator" 38, "Too many boolean operators in query" @@ -57,7 +57,7 @@ 57, "Result set created but no records available" 58, "Result set created with unpredictable partial results available" 59, "Result set created with valid partial results available" -60, "Result set no created: too many records retrieved" +60, "Result set not created: too many maching records" 61, "First record position out of range" 62, "Negative number of records requested" 63, "System error in retrieving records" @@ -85,6 +85,7 @@ 90, "Unsupported direction value" 91, "Unsupported case value" 92, "Unsupported missing value action" +93, "Sort ended due to missing value" 100, "Explain not supported" 101, "Explain request type not supported (SOAP vs GET)" 102, "Explain record temporarily unavailable" -- 1.7.10.4