From 23d1547f65851be2000c717bbddf32b380e2900e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Aug 2011 12:21:59 +0200 Subject: [PATCH] Trunc 104 is Z39.58 --- doc/bib1-attr-man.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bib1-attr-man.xml b/doc/bib1-attr-man.xml index 528eff1..c38ff9b 100644 --- a/doc/bib1-attr-man.xml +++ b/doc/bib1-attr-man.xml @@ -202,16 +202,16 @@ 2 Left truncation 3 Left and right truncation 100 Do not truncate - 101 Process # in search term + 101 Process # in search term . regular #=.* 102 RegExpr-1 103 RegExpr-2 + 104 Process # ?n . regular: #=., ?n=.{0,n} or ?=.* Z39.58 - Thw 104-106 truncation attributes below are only supported by + Thw 105-106 truncation attributes below are only supported by Index Data's Zebra server. - 104 Process * # ?n regular: * = .*, #=., ?n=.{n} 105 Process * ! regular: *=.*, !=. and right truncate 106 Process * ! regular: *=.*, !=. -- 1.7.10.4