Docs: updates to record buckets
authorBritta Dorsey <bdorsey@library.in.gov>
Wed, 26 Apr 2023 15:58:14 +0000 (11:58 -0400)
committerAndrea Buntz Neiman <abneiman@equinoxinitiative.org>
Wed, 26 Apr 2023 15:58:36 +0000 (11:58 -0400)
Signed-off-by: Britta Dorsey <bdorsey@library.in.gov>
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

docs/modules/cataloging/pages/record_buckets.adoc

index 27d4cf6..0f795a9 100644 (file)
@@ -53,6 +53,45 @@ which can be combined with one another.
 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.
 
+*Limiting Results by Item Type or Search Format*
+
+You can narrow results using search_format or item_type functionalities by entering search_format(_formattype_) or item_type(_type_) to the end of your search query.
+
+Search Formats Examples:
+
+* electronic - Electronic Resources
+* playaway - Playaways
+* blu-ray - Blu-ray
+* dvd - DVD
+* cdaudiobook - CD audiobooks
+* casaudiobook - Cassette audiobooks
+
+The item_type filter will allow you to filter directly from the
+Leader/06 value.
+
+For example, if you search for: _ti:Outlander au:Gabaldon item_type(i)_,
+your results will limited to nonmusical sound recordings.
+
+*Bibliographic Item Types*
+[width="100%",options="header",]
+|===
+|MARC Item Type |Description
+|a |Language material
+|c |Notated music
+|d |Manuscript notated music
+|e |Cartographic material
+|f |Manuscript cartographic material
+|g |Projected medium
+|i |Nonmusical sound recording
+|j |Musical sound recording
+|k |Two-dimensional nonprojectable graphic
+|m |Computer file
+|o |Kit
+|p |Mixed materials
+|r |Three-dimensional artifact or naturally occurring object
+|t |Manuscript language material
+|===
+
 ****
 
 [TIP]