From f58e975bb6ddeacef05ee84b6ba58323f98f8ca4 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 11 Sep 2018 09:15:19 -0700 Subject: [PATCH] Docs: Adding info about supercat filters Signed-off-by: Jane Sandberg --- docs/development/data_supercat.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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). -- 2.43.2