[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 4050054fd181b0b1a8d5af7bce36284832aaaec4
Evergreen Git
git at git.evergreen-ils.org
Tue Sep 11 12:23:06 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, rel_3_1 has been updated
via 4050054fd181b0b1a8d5af7bce36284832aaaec4 (commit)
from 267002b26c7dcf6717cf323b66e9c8162aba82c3 (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 4050054fd181b0b1a8d5af7bce36284832aaaec4
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