X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_protocol.xml;h=b74e42b2f18e5e7a00fd6afa9d0218acd96b24a4;hb=669d1bc07e61c81e0d931409c4160404628fb236;hp=7655d1c5ab7527700cfc016ad6ac784d2fb54e0a;hpb=c46a98ec5fdcb2da46f3263e182ca3ec31bc03a3;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index 7655d1c..b74e42b 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -1,6 +1,6 @@ - %local; @@ -13,10 +13,12 @@ Pazpar2 &version; + Index Data Pazpar2 protocol 7 + Conventions and miscellaneous @@ -32,7 +34,7 @@ request is forwarded to the HTTP server specified in the configuration using the proxy setting. This way, a regular webserver can host the user interface (itself dynamic - or static HTML), and AJAX-style calls can be used from JS (or any other client-based + or static HTML), and Ajax-style calls can be used from JS (or any other client-based scripting environment) to interact with the search logic in Pazpar2. @@ -192,6 +194,16 @@ + limit + + + Narrows the search by one or more facet fields. The limit is + sequence of one or more field=value pairs separate by comma. + A value that contains a comma should be escaped by backslash (\). + + + + startrecs @@ -488,6 +500,14 @@ search.pz2?session=605047297&command=record&id=3 + + num + + + maximum number of entries to return - default is 15. + + +