[open-ils-commits] [GIT] Evergreen ILS branch master updated. f58e975bb6ddeacef05ee84b6ba58323f98f8ca4

Evergreen Git git at git.evergreen-ils.org
Tue Sep 11 12:16:31 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  f58e975bb6ddeacef05ee84b6ba58323f98f8ca4 (commit)
      from  8bedbe0f06719418be323fe9c8e7b4e37cf0148d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f58e975bb6ddeacef05ee84b6ba58323f98f8ca4
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Sep 11 09:15:19 2018 -0700

    Docs: Adding info about supercat filters
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/development/data_supercat.adoc b/docs/development/data_supercat.adoc
index 4f3ca3b..70b2a0a 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).
 

-----------------------------------------------------------------------

Summary of changes:
 docs/development/data_supercat.adoc |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list