From: Marc Cromme Date: Wed, 7 Jun 2006 13:17:48 +0000 (+0000) Subject: correcting typo's X-Git-Tag: before.bug.529~72 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=3746a1be699b247ca567fb9cda50cd4504f25928 correcting typo's --- diff --git a/doc/server.xml b/doc/server.xml index 4110f9a..4fa607b 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,5 +1,5 @@ - + The Z39.50 Server @@ -553,7 +553,7 @@ Classic Explain only defines retrieaval of Explain information via ASN.1. Pratically no Z39.50 clients supports this. Fortunately - they don't have to - since Zebra allows retrieaval of this information + they don't have to - since Zebra allows retrieval of this information in the other formats. @@ -584,11 +584,23 @@ - Example searches + Example searches with yaz-client + + + + List supported categories to find out which explain commands are + supported: + + Z> base IR-Explain-1 + Z> @attr exp1 1=1 categorylist + Z> form sutrs + Z> show 1+2 + + - Get targetinfo, that is, investigate which databases exist at - this server: + Get target info, that is, investigate which databases exist at + this server endpoint: Z> base IR-Explain-1 Z> @attr exp1 1=1 targetinfo @@ -602,7 +614,7 @@ - List supported categories (using yaz-client), the number of hits + List all supported databases, the number of hits is the number of databases found, which most commonly are the following two: the Default and the @@ -616,23 +628,12 @@ - List supported categories: - - Z> base IR-Explain-1 - Z> @attr exp1 1=1 categorylist - Z> form sutrs - Z> show 1+2 - - - - - - Get databaseinfo record for database Default. + Get database info record for database Default. Z> base IR-Explain-1 Z> @and @attr exp1 1=1 databaseinfo @attr exp1 1=3 Default - Identicall query with explicitely specified attributeset: + Identical query with explicitly specified attribute set: Z> base IR-Explain-1 Z> @attrset exp1 @and @attr 1=1 databaseinfo @attr 1=3 Default @@ -650,7 +651,7 @@ Z> base IR-Explain-1 Z> @and @attr exp1 1=1 attributedetails @attr exp1 1=3 Default - Identicall query with explicitely specified attributeset: + Identical query with explicitly specified attribute set: Z> base IR-Explain-1 Z> @attrset exp1 @and @attr 1=1 attributedetails @attr 1=3 Default