]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/cataloging/copy_tags_cataloging.adoc
Docs: bibliographic record merging and overlay
[working/Evergreen.git] / docs / cataloging / copy_tags_cataloging.adoc
1 Copy Tags
2 ---------
3
4 Copy Tags allow staff to apply custom, pre-defined labels or tags to items.  Copy tags are visible in the public catalog and are searchable in both the staff client and public catalog based on configuration.  This feature was designed to be used for Digital Bookplates to attach donation or memorial information to items, but may be used for broader purposes to tag items.
5
6 Copy tags can be created ahead of time in the Administration module (See the Administration section of this documentation for more information.) and then applied to copies or they can be created on the fly during the cataloging process.
7
8 Adding Existing Copy Tags to Copies
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 Copy Tags can be added to existing copies or to new copies as they are cataloged.  To add a copy tag:
12
13 . In the _Copy Editor_, click on *Copy Tags*.  A dialog box called _Manage Copy Tags_ will appear.
14
15 image::media/copytags5.PNG[]
16
17 . Select the *Tag Type* from the drop down menu and start typing in the Tag field to bring up tag suggestions from the existing copy tags.  Select the tag and click *Add Tag*, then click *OK*.
18 ..    If you are cataloging a new copy, make any other changes to the item record.
19 . Click *Save & Exit*.  The copy tag will now appear in the catalog.
20
21 image::media/copytags6.png[]
22
23 image::media/copytags7.PNG[]
24
25 Creating and Applying a Copy Tag During Cataloging
26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
28 Copy tags can be created in the Copy Editor  on the fly while cataloging or viewing an item:
29
30 . In the _Copy Editor_, click on *Copy Tags*.  A dialog box called _Manage Copy Tags_ will appear.
31 . Select the *Tag Type* from the drop down menu and type in the new Tag you want to apply to the item.  Click *Add Tag*, then click *OK*.  The new tag will be created and attached to the item.  It will be owned by the organization unit your workstation is registered to.  The tag can be modified under *Admin->Local Administration->Copy Tags*.
32
33
34 Removing Copy Tags from Copies
35 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
37 To remove a copy tag from a copy:
38
39 . In the Copy Editor, click on *Copy Tags*.  A dialog box called _Manage Copy Tags_ will appear.
40 . Click *Remove* next to the tag you would like to remove, and click *OK*.
41 . Click *Save & Exit*.  The copy tag will now be removed from the catalog.
42
43 image::media/copytags8.PNG[]
44
45
46 Adding Copy Tags to Copies in Batch
47 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
49 Copy tags can be added to multiple copies in batch using _Copy Buckets_.  After adding the items to a copy bucket:
50
51 . Go to *Cataloging->Copy Buckets->Bucket View* and select the bucket from the Buckets drop down menu.
52 . Select the copies to which you want to add the copy tag and go to *Actions->Apply Tags* or right-click and select *Apply Tags*.  The _Apply Copy Tags_ dialog box will appear.
53 . Select the *Tag Type* and enter the *Tag*.  Click *Add Tag*, then click *OK*.  The copy tag will now be attached to the copies.
54
55 image::media/copytags9.PNG[]
56
57 NOTE: It is not possible to remove tags using the Copy Bucket interface.
58
59 Searching Copy Tags
60 ~~~~~~~~~~~~~~~~~~~
61
62 Copy Tags can be searched in the public catalog if searching has been enabled via Library Settings.  Copy Tags can be searched in the Basic and Advanced Search interfaces by selecting Digital Bookplate as the search field.  Specific copy tags can also be searched using a Keyword search and a specific search syntax.
63
64 Digital Bookplate Search Field
65 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67 *Basic Search*
68
69 image::media/copytags10.png[]
70
71 *Advanced Search*
72
73 image::media/copytags11.png[]
74
75
76 Keyword Search
77 ^^^^^^^^^^^^^^
78
79 Copy Tags can also be searched by using a Keyword search in the Basic and Advanced search interfaces.  Searches need to be constructed using the following syntax:
80
81
82 copy_tag(copy tag type code, search term)
83
84
85 For example:
86
87
88 copy_tag(bookplate, friends of the library)
89
90
91 It is also possible to conduct a wildcard search across all copy tag types:
92
93 copy_tag(*, smith)
94