[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. ca9341eafee5983126c72f1757e13ca3cf074853

Evergreen Git git at git.evergreen-ils.org
Tue Oct 10 23:12:18 EDT 2017


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_0 has been updated
       via  ca9341eafee5983126c72f1757e13ca3cf074853 (commit)
      from  399baa3339e393ab67066458bcfbc6def7ec596d (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 ca9341eafee5983126c72f1757e13ca3cf074853
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Oct 10 20:11:35 2017 -0700

    Docs: documentation for Record Buckets
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/cataloging/record_buckets.adoc b/docs/cataloging/record_buckets.adoc
new file mode 100755
index 0000000..0b0e6cb
--- /dev/null
+++ b/docs/cataloging/record_buckets.adoc
@@ -0,0 +1,62 @@
+Record Buckets
+==============
+
+Introduction
+------------
+
+Record buckets are containers for MARC records. Once records are in a bucket, you can take
+various types of actions, including:
+
+* Editing all the records at once using the MARC Batch Editor.
+* Deleting all the records in the bucket.
+* Merging all the records in the bucket.
+* Downloading the MARC files for all records in the bucket, so you can edit them in another
+program like http://marcedit.reeset.net[MARCEdit].
+
+Creating Record Buckets
+-----------------------
+
+. Click on _Cataloging_ -> _Record Buckets_.
+. On the _Buckets_ menu, click _New Bucket_.
+. Give the bucket a name and (optionally) a description.
+
+Adding Records to a Bucket
+--------------------------
+
+From the Record Bucket Interface
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+. Click on _Cataloging_ -> _Record Buckets_.
+. On the _Buckets_ menu, choose the bucket that you'd like to add records to.
+. Go to the _Record Query_ tab.
+. Enter your query into the _Record Query_ box.
+. Select the records you would like to add.
+. On the _Actions_ menu, click _Add to Bucket_.
+
+.Advanced record queries
+****
+
+The _Record Query_ tab allows some advanced search functionality through the use of search keys,
+which can be combined with one another.
+
+.Record Bucket search keys
+[options="header"]
+|===================
+|Search key           |Abbreviated version |Usage example               |Description
+|author:              |au:                 |au:Anzaldua                 |An author, creator, or contributor
+|available:           |                    |available:yes               |Limits to available items. There is no way to limit to _unavailable_ items
+|keyword:             |kw:                 |kw:Schirmer                 |A keyword
+|lang:                |                    |lang:Spanish                |A language
+|series:              |se:                 |se:avatar last airbender    |A series title
+|site:                |                    |site:LIB3                   |The shortname of the library/system/consortium you'd like to search
+|subject:             |su:                 |su:open source software     |A subject
+|subject||geographic: |                    |subject\|geographic:Uruguay |A geographic subject
+|title:               |ti:                 |ti:Harry Potter             |Title proper or alternate title
+|title\|proper:       |                    |title\|proper:Harry Potter  |Title proper taken from 245
+|===================
+
+You can combine these in the same query, e.g. `ti:borderlands au:anzaldua available:yes`.  However -- with the exception of the _lang_ search key,
+you should not repeat the same search key twice.
+
+****
+
+
diff --git a/docs/root.adoc b/docs/root.adoc
index ff4745d..db35012 100644
--- a/docs/root.adoc
+++ b/docs/root.adoc
@@ -322,6 +322,10 @@ include::cataloging/copy-buckets_web_client.adoc[]
 
 include::cataloging/MARC_Editor.adoc[]
 
+:leveloffset: 1
+
+include::cataloging/record_buckets.adoc[]
+
 // Push titles down one level.
 :leveloffset: 2
 
diff --git a/docs/root_cataloging.adoc b/docs/root_cataloging.adoc
index 13ce088..bc6db43 100644
--- a/docs/root_cataloging.adoc
+++ b/docs/root_cataloging.adoc
@@ -46,6 +46,7 @@ include::cataloging/monograph_parts.adoc[]
 
 include::cataloging/copy-buckets_web_client.adoc[]
 
+
 include::cataloging/conjoined_items.adoc[]
 
 :leveloffset: -1
@@ -63,6 +64,8 @@ include::cataloging/cataloging_electronic_resources.adoc[]
 
 include::cataloging/link_checker.adoc[]
 
+include::cataloging/record_buckets.adoc[]
+
 :leveloffset: -1
 
 include::cataloging/MARC_batch_edit.adoc[]

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

Summary of changes:
 docs/cataloging/record_buckets.adoc |   62 +++++++++++++++++++++++++++++++++++
 docs/root.adoc                      |    4 ++
 docs/root_cataloging.adoc           |    3 ++
 3 files changed, 69 insertions(+), 0 deletions(-)
 create mode 100755 docs/cataloging/record_buckets.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list