From: Jane Sandberg Date: Tue, 11 Sep 2018 16:15:19 +0000 (-0700) Subject: Docs: Adding info about supercat filters X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f58e975bb6ddeacef05ee84b6ba58323f98f8ca4;p=contrib%2FConifer.git Docs: Adding info about supercat filters Signed-off-by: Jane Sandberg --- diff --git a/docs/development/data_supercat.adoc b/docs/development/data_supercat.adoc index 4f3ca3b5e7..70b2a0a91a 100644 --- a/docs/development/data_supercat.adoc +++ b/docs/development/data_supercat.adoc @@ -243,4 +243,18 @@ Modifying the 'atom' portion of the URL to 'html-full' will produce an HTML page Example: http://gapines.org/opac/extras/browse/html-full/item-age/ARL-BOG/1/10 +Additional Filters +^^^^^^^^^^^^^^^^^^ + +If you'd like to limit to a particular status, you can append `?status=0` +where `0` is the ID number of the status you'd like to limit to. If a +number of statuses, you can append multiple status parameters (for example, +`?status=0&status=1` will limit to items with a status of either 0 or 1). + +[TIP] +Limiting to status is a good way to weed out on-order items from your +feeds. + +You can also limit by item location (`?copyLocation=227` where 227 is the +ID of your item location).