X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ftools.xml;h=491d6dc1d7a8d9c1f8e9a0f796aa1ce407b64433;hb=c2831e6edcef94c16a2504ae4b25a15d35dd666d;hp=7416b1db2c4714a3310736c5b1861f5f28fa2d83;hpb=c4d75ce92b9dbd5acc9348788cacffabcc526840;p=yaz-moved-to-github.git diff --git a/doc/tools.xml b/doc/tools.xml index 7416b1d..491d6dc 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -679,6 +679,17 @@ + s=ag + Tokens that appears as phrases (with blank in them) gets + structure phrase attached. Tokens that appers as words + gets structure phrase attached. Phrases and words are + ANDed. This is a variant of s=al and s=pw, with the main + difference that words are not split (with operator AND) + but instead kept in one RPN token. This facility appeared + in YAZ 4.2.38. + + + r=o Allows ranges and the operators greather-than, less-than, ... equals. @@ -731,6 +742,24 @@ set to both left&right. + + t=x + Allows masking anywhere in a term, thus fully supporting + # (mask one character) and ? (zero or more of any). + If masking is used, trunction is set to 102 (regexp-1 in term) + and the term is converted accordingly to a regular expression. + + + + t=z + Allows masking anywhere in a term, thus fully supporting + # (mask one character) and ? (zero or more of any). + If masking is used, trunction is set to 104 (Z39.58 in term) + and the term is converted accordingly to Z39.58 masking term - + actually the same truncation as CCL itself. + + +