b6a181083cb8abdd65538ec6eb2f2b64248988fb
[kohadocs.git] / source / searching.rst
1 .. include:: images.rst
2
3 Searching
4 =========
5
6 .. _search-history-label:
7
8 Search history
9 ---------------------------------------------
10
11 If you have your :ref:`EnableSearchHistory`
12 preference set to keep your search history then you can access this
13 information by clicking on your username in the top right of the staff
14 client and choosing 'Search history'.
15
16 |image1062|
17
18 From this page you will see your bibliographic search history
19
20 |image1063|
21
22 And your authority search history.
23
24 |image1064|
25
26
27 .. _advanced-search-prefixes-label:
28
29 Advanced Search Prefixes
30 ----------------------------------------------
31
32 The following prefixes can be added to search terms in the keyword
33 search box to limit items returned
34
35 -  ti: title search
36
37    -  ex. ti:hamlet
38
39 -  su: subject search
40
41    -  ex. su:cooking
42
43 -  pb: publisher search
44
45    -  ex. pb:penguin
46
47 -  au: author search
48
49    -  ex. au:rowling
50
51 -  su-geo: geographic subjects
52
53    -  ex. su-geo:wales and kw:description and kw:travel
54
55 -  bc: barcode
56
57    -  ex. bc:502326000912
58
59 -  lex: lexile
60
61    -  levels lex:510
62
63 .. _guide-to-searching-label:
64
65 Guide to Searching
66 -------------------------------------
67
68 This brief guide will explain a chart that shows a sample of how a
69 MARC21 database can be configured, as well as a brief introductory
70 searching guide. The indexing fields described in this document relate
71 to the bibliographic data and does not address authority database
72 indexing.
73
74 .. _indexing-and-searching-description-label:
75
76 Indexing and Searching Description
77 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78
79 Koha's databases are indexed by the Zebra open-source software. The
80 overview to the documentation describes Zebra as:
81
82     "...Zebra is a high-performance, general-purpose structured text
83     indexing and retrieval engine. It reads records in a variety of
84     input formats (eg. email, XML, MARC) and provides access to them
85     through a powerful combination of Boolean search expressions and
86     relevance-ranked free-text queries.
87
88     Zebra supports large databases (tens of millions of records, tens of
89     gigabytes of data). It allows safe, incremental database updates on
90     live systems. Because Zebra supports the industry-standard
91     information retrieval protocol, Z39.50, you can search Zebra
92     databases using an enormous variety of programs and toolkits, both
93     commercial and free, which understands this protocol..." Zebra -
94     User's Guide and Reference, p. 1,
95     http://www.indexdata.dk/zebra/doc/zebra.pdf
96
97 This brief guide will explain a chart that shows a sample of how a
98 MARC21 database can be configured, as well as a brief introductory
99 searching guide. The indexing fields described in this document relate
100 to the bibliographic data and does not address authority database
101 indexing.
102
103     **Note**
104
105     The indexing described in this document is the set used by
106     SouthEastern University. Your local indexing may vary.
107
108 .. _indexing-configuration-label:
109
110 Indexing Configuration
111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
113 There are three configuration files that Koha uses while indexing.
114
115 The first configuration file (etc/zebradb/biblios/etc/bib1.att) contains
116 the Z39.50 bib-1 attribute list, plus the Koha local use attributes for
117 Biblio Indexes, Items Index, and Fixed Fields and other special indexes.
118 The Z39.50 Bib-1 profile is made up of several different types of
119 attributes: Use, Relation, Position, Structure, Truncation, and
120 Completeness. The bib-1 'Use' attribute is represented on the chart; the
121 other attributes are used primarily when doing searches. While there are
122 over 150+ use attributes that could be used to define your indexing set,
123 it's unlikely that you will choose to use them all. The attributes you
124 elect to use are those that become the indexing rules for your database.
125 The other five attribute sets define the various ways that a search can
126 be further defined, and will not specifically be addressed in this
127 document. For a complete list of the standard Bib-1 attributes, go to
128 http://www.loc.gov/z3950/agency/defns/bib1.html.
129
130 The second file is
131 etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/record.abs if you use
132 grs1 indexing [the default until 3.16] or
133 etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/biblio-koha-indexdefs.xml
134 if you use dom indexing [the default from 3.18]. Either files contains
135 the abstract syntax which maps the MARC21 tags to the set of Use
136 Attributes you choose to use. To be more precise the xml file to be
137 activate needs to be transform into biblio-zebra-indexdefs.xsl, read the
138 head of biblio-zebra-indexdefs.xsl to know more about this topic. The
139 rules established in this file provides a passable Bath level 0 and 1
140 service, which includes author, title, subject, keyword and exact
141 services such as standard identifiers (LCCN, ISBN, ISSN, etc.)
142
143 The third file (etc/zebradb/ccl.properties) is the Common Command
144 Language (CCL) field mappings. This file combines the bib-1 attribute
145 set file and the abstract file and adds the qualifiers, usually known as
146 index names. The qualifiers, or indexes, for this database are: pn, cpn,
147 cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su, su-to, su-geo, su-ut,
148 yr,pubdate, acqdate, ln, pl, ab, nt, rtype, mc-rtype, mus, au, su-na,
149 kw, pb, ctype, and an.
150
151 The :ref:`Koha Indexing Chart <koha-search-indexes-label>` summarizes the contents
152 of all three of these files in a more readable format. The first two
153 columns labeled Z39.50 attribute and Z39.50 name matches the Z39.50
154 bib-1 attributes file. The third column labeled MARC tags indexed is
155 where you find which MARC tags are mapped to an attribute. The fourth
156 column labeled Qualifiers identifies the search abbreviations used in
157 the internal CCL query. The following description provides a definition
158 for the word 'qualifiers'.
159
160 *Qualifiers are used to direct the search to a particular searchable
161 index, such as title (ti) and author indexes (au). The CCL standard
162 itself doesn't specify a particular set of qualifiers, but it does
163 suggest a few shorthand notations. You can customize the CCL parser to
164 support a particular set of qualifiers to reflect the current target
165 profile. Traditionally, a qualifier would map to a particular
166 use-attribute within the BIB-1attribute set. It is also possible to set
167 other attributes, such as the structure attribute.*
168
169 In the MARC tags indexed column, there are some conventions used that
170 have specific meanings. They are:
171
172 -  A three digit tag (100) means that all subfields in the tag can be
173    used in a search query. So, if you enter a search for 'Jackson' as an
174    author, you will retrieve records where Jackson could be the last
175    name or the first name.
176
177 -  A three digit tag that has a '$' followed by a letter (600$a) means
178    that a search query will only search the 'a' subfield.
179
180 -  A three digit tag that is followed by a ':' and a letter (240:w)
181    means that a search query can be further qualified. The letter
182    following the ':' identifies how to conduct the search. The most
183    common values you'll see are 'w' (word), 'p' (phrase), 's' (sort),
184    and 'n' (numeric).
185
186 The contents of the MARC tags, subfields, and/or fixed field elements
187 that are listed in this chart are all indexed. You'll see that every
188 attribute line is not mapped to a specific qualifier (index)-LC card
189 number, line 9 is one example. However, every indexed word (a string of
190 characters preceded and succeeded by a space) can be searched using a
191 keyword (kw) search. So, although an LC card number specific index
192 doesn't exist, you can still search by the LCCN since tag 010 is
193 assigned to the LC-card-number attribute. To verify this, enter 72180055
194 in the persistent search box. You should retrieve The gods themselves,
195 by Isaac Asimov.
196
197 Examples of fixed field elements indexing can be seen on the chart
198 between Attribute 8822 and Attribute 8703. These attributes are most
199 commonly used for limiting. The fixed field attributes currently
200 represent the BK codes. Other format codes, if needed, could be defined.
201
202 .. _basic-searching-label:
203
204 Basic Searching
205 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206
207 The search box that library staff and library patrons will see most
208 often is the persistent search box at the top of the page. Koha
209 interprets the searches as keyword searches.
210
211 |image1037|
212
213 To start a search, you enter a word or multiple words in the search box.
214 When a single word is entered, a keyword search is performed. You can
215 check this out by typing one word into the form and note the number of
216 results located. Then, repeat the search with a minor change. In front
217 of the search word, type 'kw=' followed by the same search term. The
218 results will be identical.
219
220 When you have more than one word in the search box, Koha will still do a
221 keyword search, but a bit differently. Each word will be searched on its
222 own, then the Boolean connector 'and' will narrow your search to those
223 items with all words contained in matching records.
224
225 Suppose you want to find material about how libraries are using mashups.
226 You'll select the major words and enter them into the persistent search
227 box.
228
229 |image1038|
230
231 The response to this search is:
232
233 |image1039|
234
235 The order of the words does not affect the retrieval results, so you
236 could also enter the search as "mashups library". The response to this
237 search is results
238
239 |image1040|
240
241 Too many words in the search box will find very few matches, as the
242 following example illustrates:
243
244 |image1041|
245
246 .. _advanced-searching-label:
247
248 Advanced Searching
249 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
251 When you can't find the most appropriate material with a general search,
252 you can move to the Advanced Search page by clicking on the Search
253 option on the persistent toolbar.
254
255 |image1042|
256
257 The Advanced Search page offers many ways to limit the results of your
258 search. You can search using the Boolean operators AND, OR, and NOT;
259 limit by item type; limit by year and language; limit by subtypes
260 audience, content, format, or additional content types; by location and
261 by availability.
262
263 The first limiting section on the Advanced Search page provides a quick
264 and simple way to use the Boolean operators in your search. Note that
265 this display depends on a system preference setting. This option can be
266 found on the Administration > System Preferences > Searching page. The
267 option called :ref:`expandedSearchOption` must be
268 set to 'show' to see the following display.
269
270 |image1043|
271
272 In this section you can choose among the many indexes by clicking on the
273 arrow in the first box. The blank box that follows is where you enter
274 your first search term or terms. On the second line, you can choose the
275 Boolean operator you want to use in your search. The options are 'and',
276 'or', and 'not'. Then, you would again choose the index to search,
277 followed by the second term or terms. If you have more concepts you want
278 to include in your search, you can click the [+] to add another line for
279 your search.
280
281 A sample search is shown next, followed by its results:
282
283 |image1044|
284
285 |image1045|
286
287 When you use the Boolean operators to broaden or narrow a search,
288 remember the action of each operator. The 'and' operator narrows the
289 results you'll retrieve because the search will retrieve the records
290 that include all your search terms. The 'or' operator expands the
291 results because the search will look for occurrences of all of your
292 search terms. The 'not' operator excludes records with the term that
293 follows the operator.
294
295 Note: If you leave this :ref:`expandedSearchOption`
296 set to 'don't show', this is the display you will see:
297
298 |image1046|
299
300 The Advanced Search page then shows the multiple kinds of limits that
301 can be applied to your search results. Either check a box or select from
302 the drop down menus to narrow your search. You will type the year, year
303 range, or a 'greater than (>)' or 'less than (<)' year.
304
305 |image1047|
306
307 Finally, you can choose how the results will be sorted. The pre-defined
308 sort options are in the final area of the Advanced Search screen.
309
310 |image1048|
311
312 The default sort is by relevance, although you can choose to sort by
313 author, by title, by call number, by dates, or by popularity (which uses
314 the information on total issues found in the items table). If you would
315 prefer a different default sort, you can set
316 :ref:`defaultSortField <defaultsortfield-&-defaultsortorder-label>` to one of the other choices in
317 Administration > System Preferences > Searching.
318
319 .. _search-results-label:
320
321 Search results
322 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323
324 After performing a search the number of results found for your search will
325 appear above the results.
326
327 |image1329|
328
329 To the left, you will find filters, or facets, to refine your search. Currently 
330 available facets include:
331
332 -  Availability
333
334 -  Authors
335
336 -  Home library, holding library or both
337
338     **Note**
339
340     This depends on your setting for the :ref:`DisplayLibraryFacets 
341     <displaylibraryfacets-label>` system preference.
342
343 -  Locations
344
345 -  Topics (subject headings)
346
347 When there are more than five facets in a category, a 'Show more' link
348 will appear. You can control the display of the facets using the following
349 systempreferences: :ref:`displayFacetCount <displayfacetcount-label>`, :ref:
350 `isplayLibraryFacets <displaylibraryfacets-label>`, :ref:`FacetLabelTruncationLength
351  <facetlabeltruncationlength-label>`, :ref:`FacetMaxCount <facetmaxcount-label>`, 
352 :ref:`maxRecordsForFacets <maxrecordsforfacets-label>`, and :ref:`UNIMARCAuthorsFacetsSeparator
353  <unimarcauthorsfacetsseparator-label>`.
354
355 Along the top, under the number of results, there are buttons to do different actions
356 on selected records.
357
358 -  'Select all': selects all the records on the page.
359
360 -  'Clear all': unselects all the records that were selected.
361
362 -  'Unhighlight': removes the red/yellow highlighting of the search term(s).
363
364 -  'Add to cart': adds selected record(s) to the :ref:`cart <cart-label>`.
365
366     **Note**
367     
368     The :ref:`intranetbookbag <intranetbookbag-label>` system preference needs to be
369     set to 'Show' in order for that button to appear.
370
371 -  'Add to list': adds selected record(s) to the chosen :ref:`list <lists-label>`.
372
373 -  'Place hold': places a hold on the selected record(s).
374
375 -  'Browse selected records': goes to the detailed record page of the selected record(s).
376    Clicking on 'Next' or 'Previous' from the detailed record will bring you to the next
377    selected record. 
378
379     **Note**
380
381     The :ref:`BrowseResultSelection <browseresultselection-label>` system preference
382     needs to be enabled in order for that button to appear.
383
384 -  'Z39.50/SRU search': opens the Z39.50/SRU search popup window with the fields
385    pre-filled with the search terms.
386
387 -  'Sort': lets you choose a sorting field and order.
388
389     **Note**
390
391     By default your search results will be sorted based on your :ref:
392     `defaultSortField and defaultSortOrder <defaultsortfield-&-defaultsortorder-label>` 
393     system preferences values.
394
395 |image1330|
396
397 Under each title on your results list a series of values from your leader 
398 will appear. It is important to note that this has nothing to do with the 
399 item types or collection codes you have applied to your records, this data 
400 is all pulled from your fixed fields. This can be turned on or off with the 
401 :ref:`DisplayIconsXSLT <displayiconsxslt-label>` system preference.
402
403 At the bottom, under each record, there are more action links:
404
405 -  'Holds': brings you to that record's :ref:`'Holds' tab <placing-holds-in-staff-client-label>`.
406
407 -  'Request article': brings you to that record's :ref:`'Article requests' tab <article-requests-label>`.
408
409 -  'Edit record': brings you to that record's MARC framework for editing.
410
411 -  'Edit items': brings you to that record's item list for editing.
412
413 -  'OPAC view': brings you to that record's detail page in the OPAC.
414
415     **Note**
416
417     'OPAC view' needs the :ref:`OPACBaseURL <opacbaseurl-label>` system preference to 
418     be properly set.
419
420 To the right of each record are the holdings information and availability.
421
422     **Note**
423
424     Even if you filtered on one library location all locations that hold the item 
425     will appear on the search results.
426
427     **Important**
428
429     An item’s hold status doesn’t not affect whether or not the item is 'available' 
430     until the item is in 'waiting' status. Items with on-shelf holds will show as 
431     available until a librarian has pulled them from the shelf and checked the item 
432     in make it show 'waiting'.
433
434 .. _item-searching-label:
435
436 Item Searching
437 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
438
439 If you are looking for specific items you can use the item search engine
440 in the staff client to find them.
441
442 -  *Get there:* Search > Go to item search
443
444 At the top of the advanced search page in the staff client you will see
445 a link to 'Go to item search'
446
447 |image1313|
448
449 Clicking that link will open up a item specific search engine.
450
451 |image1314|
452
453 Using the search form that is presented you can find a list of specific
454 items that can be output to the screen or to a CSV file. If your results
455 are printed to the screen you will have the option to narrow your search
456 further using filters at the top.
457
458 |image1315|
459
460 .. _common-command-language-searching-label:
461
462 Common Command Language Searching
463 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
464
465 Koha uses the Common Command Language (CCL) (ISO 8777) as its internal
466 search protocol. Searches initiated in the graphical interface use this
467 protocol as well, although the searcher doesn't know which indexes,
468 operators and limiters are available and being used to conduct their
469 search. The searcher can use the Advanced Search when more precise
470 results set are desired and where the search indexes are somewhat known.
471 However, some library users and many library staff prefer using a
472 command based structure. This part of the document will present and
473 explain the use of the Koha command based structure. The indexes,
474 operators, and limiters used are identical to those used in the
475 graphical interface.
476
477 .. _indexes-label:
478
479 Indexes
480 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
481
482 The CCL standard itself doesn't specify a particular set of qualifiers
483 (indexes), but it does suggest a few short-hand notations such as 'ti',
484 'au', and 'su'. Koha has a default set of indexes; it's possible to
485 customize that set by adding needed indexes based on local requirements.
486 A qualifier (index) maps to a particular use-attribute within the Z39.50
487 BIB-1 attribute set. The complete Z39.50 Bib-1 Attribute can be viewed
488 at http://www.loc.gov/z3950/agency/defns/bib1.html.
489
490 The standard Koha set of indexes is a fairly common example of MARC21
491 indexing rules. The indexes that are defined in Koha are indexes
492 typically used by other integrated library systems. The defined Z39.50
493 Bib-1 Attribute mapped to the indexes include:
494
495 +--------------------------------+----------------------------+
496 | Bib-1 Attribute                | Qualifier (index)          |
497 +================================+============================+
498 | Personal-name                  | pn                         |
499 +--------------------------------+----------------------------+
500 | Corporate-name                 | cpn                        |
501 +--------------------------------+----------------------------+
502 | Conference-name                | cfn                        |
503 +--------------------------------+----------------------------+
504 | Title                          | ti                         |
505 +--------------------------------+----------------------------+
506 | Title-series                   | se                         |
507 +--------------------------------+----------------------------+
508 | Title-uniform                  | ut                         |
509 +--------------------------------+----------------------------+
510 | ISBN                           | nb                         |
511 +--------------------------------+----------------------------+
512 | ISSN                           | ns                         |
513 +--------------------------------+----------------------------+
514 | Local number                   | sn                         |
515 +--------------------------------+----------------------------+
516 | Local-classification           | lcn and callnum            |
517 +--------------------------------+----------------------------+
518 | Subject                        | su, su-to, su-geo, su-ut   |
519 +--------------------------------+----------------------------+
520 | Pubdate                        | yr,pubdate                 |
521 +--------------------------------+----------------------------+
522 | Date-of-Acquisition            | acqdate                    |
523 +--------------------------------+----------------------------+
524 | Language                       | ln                         |
525 +--------------------------------+----------------------------+
526 | Place-of-publication           | pl                         |
527 +--------------------------------+----------------------------+
528 | Abstract                       | ab                         |
529 +--------------------------------+----------------------------+
530 | Notes                          | nt                         |
531 +--------------------------------+----------------------------+
532 | Record-type                    | rtype, mc-rtype, mus       |
533 +--------------------------------+----------------------------+
534 | Author                         | au, aut                    |
535 +--------------------------------+----------------------------+
536 | Subject-person-name            | su-na                      |
537 +--------------------------------+----------------------------+
538 | Any (keyword)                  | kw                         |
539 +--------------------------------+----------------------------+
540 | Publisher                      | pb                         |
541 +--------------------------------+----------------------------+
542 | Content-type                   | ctype                      |
543 +--------------------------------+----------------------------+
544 | Koha-Auth-Number               | an                         |
545 +--------------------------------+----------------------------+
546 | Author-personal-bibliography   | aub                        |
547 +--------------------------------+----------------------------+
548 | Author-in-order                | auo                        |
549 +--------------------------------+----------------------------+
550
551 Table: Attributes
552
553 Refer to the :ref:`Koha Indexing Chart <koha-search-indexes-label>` for the MARC21
554 tags mapped to each Bib-1 Attribute and index combination.
555
556 .. _audience-examples-label:
557
558 Audience Examples
559 ''''''''''''''''''''''''''''''''''''''''
560
561 -  aud:a Preschool
562
563 -  aud:b Primary
564
565 -  aud:c Pre-Adolescent
566
567 -  aud:d Adolescent
568
569 -  aud:e Adult
570
571 -  aud:f Specialized
572
573 -  aud:g General
574
575 -  aud:j Juvenile
576
577 .. _contents-examples-label:
578
579 Contents Examples
580 '''''''''''''''''''''''''''''''''''''''''''''
581
582 -  fic:1 Fiction
583
584 -  fic:0 Non Fiction
585
586 -  bio:b Biography
587
588 -  mus:j Musical recording
589
590 -  mus:I Non musical record
591
592 .. _search-syntax-label:
593
594 Search Syntax
595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
596
597 In the persistent search box, single words generally retrieve large
598 sets. To narrow a search, you can use multiple words. Koha automatically
599 uses the 'and' Boolean operator to create a set of records matching your
600 input. When you want to narrow the search to an author or a title or a
601 subject or some other specific field or use a Boolean operator, there
602 isn't an obvious way to accomplish that specificity. The library user
603 can, of course, go to the Advanced Search page; however, if you know how
604 to construct a CCL search, you can achieve more specificity while using
605 the persistent search box on any page.
606
607 There is a specific order to the CCL search syntax. Although it can be
608 used for simple searches, it is an especially effective way to perform
609 complex searches, as it affords you a great deal of control over your
610 search results. To construct a CCL search, first enter a desired index
611 code, then an equal sign, followed by your search word(s). Following are
612 examples of simple CCL searches.
613
614 -  ti=principles of accounting
615
616 -  au=brown joseph
617
618 -  su=poetry
619
620 -  su-na=Shakespeare
621
622 -  kw=marlin
623
624 You can refine your search by combining search terms with Boolean
625 operators 'and', 'or', or 'not'. Following are examples of searches
626 using Boolean operators.
627
628 -  ti=principles of accounting and au=brown joseph
629
630 -  su=poetry not su-na=Shakespeare
631
632 -  kw=communication and su=debate
633
634 You can also choose to search for things that start with a character or
635 series of characters
636
637 -  ti,first-in-subfield=C (will show you all titles that start with the
638    letter 'C')
639
640 Other string location searches can be performed with the following
641 keywords:
642
643 -  rtrn : right truncation
644
645 -  ltrn : left truncation
646
647 -  lrtrn : left and right truncation
648
649 -  st-date : type date
650
651 -  st-numeric : type number (integer)
652
653 -  ext : exact search on whole subfield (does not work with icu)
654
655 -  phr : search on phrase anywhere in the subfield
656
657 -  startswithnt : subfield starts with
658
659 Using specific indexes and Boolean operators are not the only way a
660 search can be refined. You can also refine your search as a phrase when
661 looking for a title, author, or subject. The syntax for this search is
662 *index,phr=search words*.
663
664 To illustrate the results of various search types, a search was done for
665 the words 'supreme court'. The results illustrate that the search index
666 and the word order make a difference in search results. Only the results
667 count and the search itself is in these examples. The search executed
668 will always be between the single quotes.
669
670 |image1049|
671
672 |image1050|
673
674 |image1051|
675
676 |image1052|
677
678 |image1053|
679
680 |image1054|
681
682 |image1055|
683
684 |image1056|
685
686 |image1057|
687
688 You can also choose to use limiters in your search query. Some common
689 limiters include dates, languages, record types, and item types. In the
690 Advance Search, you can either click a box or key in data to limit your
691 search. You can also apply the same limits with CCL by using the syntax
692 in the following examples. In all
693
694 *By Date: su=supreme court and yr,st-numeric=>2000*
695
696 |image1058|
697
698 When you limit by date, you can use the '>' (greater than), '<' (less
699 than), '=' (equal), or 'yyyy-yyyy' (range) symbols.
700
701 *By Item Type: su=nursing and itype:BK*
702
703 |image1059|
704
705 Each library will have a different set of item types defined in their
706 circulation configuration. When you set up item types, you define a code
707 and a name for each one. The name will appear on the Advance Search
708 page. The code you assigned is used as a CCL search limit, formatted as
709 'itype:x', where 'x' is the assigned code. The initial set of item types
710 in Koha will usually be edited to reflect your collections, so your item
711 type limiters may be different than the initial ones. The initial item
712 type limiters follow.
713
714 -  itype:BKS Books, Booklets, Workbooks
715
716 -  itype:SR Audio Cassettes, CDs
717
718 -  itype:IR Binders
719
720 -  itype:CF CD-ROMs, DVD-ROMs, General Online Resources
721
722 -  itype:VR DVDs, VHS
723
724 -  itype:KT Kit
725
726 -  itype:AR Models
727
728 -  itype:SER Serials
729
730 *By format: su=supreme court not l-format:sr*
731
732 |image1060|
733
734 The format limiters are derived from a combination of LDR, 006 and 007
735 positions. The formats that are currently defined are the following.
736
737 -  l-format:ta Regular print
738
739 -  l-format:tb Large print
740
741 -  l-format:fk Braille
742
743 -  l-format:sd CD audio
744
745 -  l-format:ss Cassette recording
746
747 -  l-format:vf VHS tape
748
749 -  l-format:vd DVD video
750
751 -  l-format:co CD software
752
753 -  l-format:cr Website
754
755 *By content type: su=supreme court not ctype:l*
756
757 |image1061|
758
759 The content types are taken from the 008 MARC tag, positions 24-27.
760
761 There are two other limiter types that are not described in this
762 document. They are: Audience and Content. The only difference in the
763 syntax of the CCL is the actual limiter. They are reproduced here just
764 in case you would like to use these limiters.
765
766 .. _koha-search-indexes-label:
767
768 Koha Search Indexes
769 --------------------------------------------
770
771 By default, not all fields are indexed in the Zebra search engine, but
772 many are. Below are the MARC21 fields that are indexed in Zebra.
773
774 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
775 | Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                        |
776 +================+====================================================================================================================================================================================================================================================================================================================================================================================================================================+
777 | Leader/06      | Record-type, rtype                                                                                                                                                                                                                                                                                                                                                                                                                 |
778 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
779 | Leader/07      | Bib-level                                                                                                                                                                                                                                                                                                                                                                                                                          |
780 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
781 | Leader/06-07   | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
782 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
783 | 001            | Control-number                                                                                                                                                                                                                                                                                                                                                                                                                     |
784 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
785 | 005            | Date/time-last-modified, dtlm, date-time-last-modified                                                                                                                                                                                                                                                                                                                                                                             |
786 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
787 | 007            | Microform-generation:n:range(data,11,1), Material-type,ff7-00:w:range(data,0,1), ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1), ff7-01-02:w:range(data,0,2)                                                                                                                                                                                                                                                                   |
788 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
789 | 008            | date-entered-on-file:n:range(data,0,5), date-entered-on-file:s:range(data,0,5), pubdate:w:range(data,7,4), pubdate:n:range(data,7,4), pubdate:y:range(data,7,4), pubdate:s:range(data,7,4), pl:w:range(data,15,3), ta:w:range(data,22,1), ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1), lf:w:range(data,33,1), bio:w:range(data,34,1), ln:n:range(data,35,3), ctype:w:range(data,24,4), Record-source:w:range(data,39,0)   |
790 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
791 | 010            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
792 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
793 | 011            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
794 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
795 | 015            | BNB-card-number, BGF-number, Number-db, Number-natl-biblio, Identifier-standard                                                                                                                                                                                                                                                                                                                                                    |
796 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
797 | 017            | Number-legal-deposit, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                          |
798 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
799 | 018            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
800 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
801 | 020$a          | ISBN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
802 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
803 | 020            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
804 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
805 | 022$a          | ISSN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
806 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
807 | 022            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
808 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
809 | 023            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
810 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
811 | 024$a          | Identifier-other                                                                                                                                                                                                                                                                                                                                                                                                                   |
812 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
813 | 024            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
814 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
815 | 025            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
816 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
817 | 027            | Report-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                 |
818 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
819 | 028            | Number-music-publisher, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                        |
820 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
821 | 030            | CODEN, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                         |
822 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
823 | 034            | Map-scale                                                                                                                                                                                                                                                                                                                                                                                                                          |
824 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
825 | 035            | Other-control-number                                                                                                                                                                                                                                                                                                                                                                                                               |
826 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
827 | 037            | Identifier-standard, Stock-number                                                                                                                                                                                                                                                                                                                                                                                                  |
828 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
829 | 040            | Code-institution, Record-source                                                                                                                                                                                                                                                                                                                                                                                                    |
830 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
831 | 041$a          | ln-audio                                                                                                                                                                                                                                                                                                                                                                                                                           |
832 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
833 | 041$h          | language-original                                                                                                                                                                                                                                                                                                                                                                                                                  |
834 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
835 | 041$j          | ln-subtitle                                                                                                                                                                                                                                                                                                                                                                                                                        |
836 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
837 | 041            | ln                                                                                                                                                                                                                                                                                                                                                                                                                                 |
838 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
839 | 043            | Code-geographic                                                                                                                                                                                                                                                                                                                                                                                                                    |
840 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
841 | 050$b          | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
842 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
843 | 050            | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
844 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
845 | 052            | Geographic-class                                                                                                                                                                                                                                                                                                                                                                                                                   |
846 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
847 | 060            | NLM-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
848 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
849 | 070            | NAL-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
850 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
851 | 080            | UDC-classification                                                                                                                                                                                                                                                                                                                                                                                                                 |
852 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
853 | 082            | Dewey-classification:w, Dewey-classification:s                                                                                                                                                                                                                                                                                                                                                                                     |
854 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
855 | 086            | Number-govt-pub                                                                                                                                                                                                                                                                                                                                                                                                                    |
856 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
857 | 100$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
858 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
859 | 100$a          | Author,Author:p, Author:s, Editor, Author-personal-bibliography, Author-personal-bibliography:p, Author-personal-bibliography:s                                                                                                                                                                                                                                                                                                    |
860 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
861 | 100            | Author, Author-title, Author-name-personal, Name, Name-and-title, Personal-name                                                                                                                                                                                                                                                                                                                                                    |
862 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
863 | 110$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
864 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
865 | 110            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Corporate-name                                                                                                                                                                                                                                                                                                                                                  |
866 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
867 | 111$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
868 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
869 | 111            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Conference-name                                                                                                                                                                                                                                                                                                                                                 |
870 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
871 | 130$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
872 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
873 | 130$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
874 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
875 | 130$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
876 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
877 | 130            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
878 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
879 | 210            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
880 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
881 | 211            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
882 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
883 | 212            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
884 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
885 | 214            | Title, Title-expanded                                                                                                                                                                                                                                                                                                                                                                                                              |
886 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
887 | 222            | Title, Title-key                                                                                                                                                                                                                                                                                                                                                                                                                   |
888 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
889 | 240$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
890 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
891 | 240$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
892 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
893 | 240            | Title:w, Title:p, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                    |
894 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
895 | 243$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
896 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
897 | 243$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
898 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
899 | 243            | Title:w, Title:p, Title-collective                                                                                                                                                                                                                                                                                                                                                                                                 |
900 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
901 | 245$a          | Title-cover:w, Title-cover:p, Title-cover:s, Title:w, Title:p, Title:s                                                                                                                                                                                                                                                                                                                                                             |
902 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
903 | 245$c          | Author, Author-in-order:w, Author-in-order:p, Author-in-order:s                                                                                                                                                                                                                                                                                                                                                                    |
904 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
905 | 245$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
906 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
907 | 245            | Title:w, Title:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
908 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
909 | 246            | Title, Title:p, Title-abbreviated, Title-expanded, Title-former                                                                                                                                                                                                                                                                                                                                                                    |
910 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
911 | 247            | Title, Title:p, Title-former, Title-other-variant, Related-periodical                                                                                                                                                                                                                                                                                                                                                              |
912 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
913 | 260$a          | pl:w, pl:p                                                                                                                                                                                                                                                                                                                                                                                                                         |
914 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
915 | 260$b          | Publisher:w, Publisher:p                                                                                                                                                                                                                                                                                                                                                                                                           |
916 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
917 | 260$c          | copydate, copydate:s                                                                                                                                                                                                                                                                                                                                                                                                               |
918 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
919 | 260            | Provider, pl                                                                                                                                                                                                                                                                                                                                                                                                                       |
920 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
921 | 264            | Provider                                                                                                                                                                                                                                                                                                                                                                                                                           |
922 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
923 | 300            | Extent:w, Extent:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
924 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
925 | 400$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
926 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
927 | 400$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
928 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
929 | 400$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
930 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
931 | 400            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
932 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
933 | 410            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
934 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
935 | 410$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
936 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
937 | 410$t          | Author-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                  |
938 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
939 | 410$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
940 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
941 | 410            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
942 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
943 | 411            | Author, Conference-name                                                                                                                                                                                                                                                                                                                                                                                                            |
944 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
945 | 411$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
946 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
947 | 411$t          | Author-title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                         |
948 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
949 | 411            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
950 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
951 | 440$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
952 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
953 | 440$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
954 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
955 | 440            | Title-series:w, Title-series:p, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                |
956 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
957 | 490$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
958 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
959 | 490            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
960 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
961 | 490$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
962 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
963 | 500            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
964 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
965 | 502            | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
966 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
967 | 505$r          | Author                                                                                                                                                                                                                                                                                                                                                                                                                             |
968 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
969 | 505$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
970 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
971 | 505            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
972 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
973 | 510            | Indexed-by                                                                                                                                                                                                                                                                                                                                                                                                                         |
974 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
975 | 520            | Abstract:w, Abstract:p                                                                                                                                                                                                                                                                                                                                                                                                             |
976 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
977 | 521$a          | lex:n                                                                                                                                                                                                                                                                                                                                                                                                                              |
978 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
979 | 526$c          | arl, arl:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
980 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
981 | 526$d          | arp, arp:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
982 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
983 | 590            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
984 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
985 | 600$a          | Name-and-title, Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                |
986 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
987 | 600$t          | Name-and-title, Title, Subject                                                                                                                                                                                                                                                                                                                                                                                                     |
988 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
989 | 600$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
990 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
991 | 600            | Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                                |
992 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
993 | 610$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
994 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
995 | 610$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
996 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
997 | 610$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
998 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
999 | 610            | Name, Subject, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                      |
1000 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1001 | 611            | Conference-name                                                                                                                                                                                                                                                                                                                                                                                                                    |
1002 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1003 | 611$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1004 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1005 | 611$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
1006 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1007 | 611$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1008 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1009 | 611            | Name, Subject                                                                                                                                                                                                                                                                                                                                                                                                                      |
1010 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1011 | 630$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
1012 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1013 | 630$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
1014 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1015 | 630$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1016 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1017 | 630            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
1018 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1019 | 650$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1020 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1021 | 650            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
1022 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1023 | 651$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1024 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1025 | 651            | Name-geographic, Subject,Subject:p                                                                                                                                                                                                                                                                                                                                                                                                 |
1026 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1027 | 652$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1028 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1029 | 653$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1030 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1031 | 653            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
1032 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1033 | 654$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1034 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1035 | 654            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
1036 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1037 | 655$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1038 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1039 | 655            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
1040 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1041 | 656$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1042 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1043 | 656            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
1044 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1045 | 657$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1046 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1047 | 657            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
1048 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1049 | 690$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1050 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1051 | 690            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
1052 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1053 | 700$9          | Cross-Reference, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                  |
1054 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1055 | 700$a          | Author, Author:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
1056 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1057 | 700$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
1058 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1059 | 700$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
1060 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1061 | 700$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
1062 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1063 | 700            | Author, Author-name-corporate, Author-name-personal, Name, Editor, Personal-name                                                                                                                                                                                                                                                                                                                                                   |
1064 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1065 | 710            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
1066 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1067 | 710$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
1068 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1069 | 710$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1070 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1071 | 710$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1072 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1073 | 710            | Author, Name                                                                                                                                                                                                                                                                                                                                                                                                                       |
1074 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1075 | 711$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1076 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1077 | 711$t          | Author-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                 |
1078 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1079 | 711$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1080 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1081 | 711            | Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                                       |
1082 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1083 | 730$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
1084 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1085 | 730$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
1086 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1087 | 730$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1088 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1089 | 730            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
1090 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1091 | 740            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
1092 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1093 | 773$t          | Host-item                                                                                                                                                                                                                                                                                                                                                                                                                          |
1094 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1095 | 780$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
1096 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1097 | 780$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
1098 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1099 | 780            | Title, Title-former, Related-periodical                                                                                                                                                                                                                                                                                                                                                                                            |
1100 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1101 | 785$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
1102 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1103 | 785            | Related-periodical                                                                                                                                                                                                                                                                                                                                                                                                                 |
1104 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1105 | 787$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
1106 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1107 | 800$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1108 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1109 | 800$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
1110 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1111 | 800$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1112 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1113 | 800            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
1114 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1115 | 810$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1116 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1117 | 810$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
1118 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1119 | 810$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1120 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1121 | 810            | Author, Corporate-name, Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                |
1122 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1123 | 811$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
1124 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1125 | 811$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1126 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1127 | 811$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
1128 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1129 | 811            | Author, Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                               |
1130 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1131 | 830$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
1132 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1133 | 830            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
1134 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1135 | 840            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
1136 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1137 | 942$0          | totalissues:n, totalissues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
1138 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1139 | 942$2          | cn-bib-source                                                                                                                                                                                                                                                                                                                                                                                                                      |
1140 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1141 | 942$6          | cn-bib-sort:n, cn-bib-sort:s                                                                                                                                                                                                                                                                                                                                                                                                       |
1142 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1143 | 942$c          | itemtype:w                                                                                                                                                                                                                                                                                                                                                                                                                         |
1144 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1145 | 942$n          | Suppress:w, Suppress:n                                                                                                                                                                                                                                                                                                                                                                                                             |
1146 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1147 | 942$h          | cn-class                                                                                                                                                                                                                                                                                                                                                                                                                           |
1148 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1149 | 942$i          | cn-item                                                                                                                                                                                                                                                                                                                                                                                                                            |
1150 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1151 | 942$k          | cn-prefix                                                                                                                                                                                                                                                                                                                                                                                                                          |
1152 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1153 | 942$m          | cn-suffix                                                                                                                                                                                                                                                                                                                                                                                                                          |
1154 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1155 | 952$0          | withdrawn:n, withdrawn:w                                                                                                                                                                                                                                                                                                                                                                                                           |
1156 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1157 | 952$1          | lost, lost:n                                                                                                                                                                                                                                                                                                                                                                                                                       |
1158 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1159 | 952$2          | classification-source                                                                                                                                                                                                                                                                                                                                                                                                              |
1160 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1161 | 952$3          | materials-specified                                                                                                                                                                                                                                                                                                                                                                                                                |
1162 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1163 | 952$4          | damaged:n, damaged:w                                                                                                                                                                                                                                                                                                                                                                                                               |
1164 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1165 | 952$5          | restricted:n, restricted:w                                                                                                                                                                                                                                                                                                                                                                                                         |
1166 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1167 | 952$6          | cn-sort:n, cn-sort:s                                                                                                                                                                                                                                                                                                                                                                                                               |
1168 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1169 | 952$7          | notforloan:n, notforloan:w                                                                                                                                                                                                                                                                                                                                                                                                         |
1170 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1171 | 952$8          | ccode                                                                                                                                                                                                                                                                                                                                                                                                                              |
1172 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1173 | 952$9          | itemnumber:n, itemnumber:s                                                                                                                                                                                                                                                                                                                                                                                                         |
1174 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1175 | 952$a          | homebranch                                                                                                                                                                                                                                                                                                                                                                                                                         |
1176 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1177 | 952$b          | holdingbranch                                                                                                                                                                                                                                                                                                                                                                                                                      |
1178 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1179 | 952$c          | location                                                                                                                                                                                                                                                                                                                                                                                                                           |
1180 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1181 | 952$d          | Date-of-acquisition, Date-of-acquisition:d, Date-of-acquisition:s                                                                                                                                                                                                                                                                                                                                                                  |
1182 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1183 | 952$e          | acqsource                                                                                                                                                                                                                                                                                                                                                                                                                          |
1184 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1185 | 952$f          | coded-location-qualifier                                                                                                                                                                                                                                                                                                                                                                                                           |
1186 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1187 | 952$g          | price                                                                                                                                                                                                                                                                                                                                                                                                                              |
1188 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1189 | 952$j          | stack:n, stack:w                                                                                                                                                                                                                                                                                                                                                                                                                   |
1190 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1191 | 952$l          | issues:n, issues:w, issues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
1192 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1193 | 952$m          | renewals:n, renewals:w                                                                                                                                                                                                                                                                                                                                                                                                             |
1194 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1195 | 952$n          | reserves:n, reserves:w                                                                                                                                                                                                                                                                                                                                                                                                             |
1196 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1197 | 952$o          | Local-classification:w, Local-classification:p, Local-classification:s                                                                                                                                                                                                                                                                                                                                                             |
1198 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1199 | 952$p          | barcode, barcode:n                                                                                                                                                                                                                                                                                                                                                                                                                 |
1200 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1201 | 952$q          | onloan:n, onloan:w                                                                                                                                                                                                                                                                                                                                                                                                                 |
1202 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1203 | 952$r          | datelastseen                                                                                                                                                                                                                                                                                                                                                                                                                       |
1204 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1205 | 952$s          | datelastborrowed                                                                                                                                                                                                                                                                                                                                                                                                                   |
1206 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1207 | 952$t          | copynumber                                                                                                                                                                                                                                                                                                                                                                                                                         |
1208 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1209 | 952$u          | uri:u                                                                                                                                                                                                                                                                                                                                                                                                                              |
1210 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1211 | 952$v          | replacementprice                                                                                                                                                                                                                                                                                                                                                                                                                   |
1212 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1213 | 952$w          | replacementpricedate                                                                                                                                                                                                                                                                                                                                                                                                               |
1214 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1215 | 952$y          | itype:w                                                                                                                                                                                                                                                                                                                                                                                                                            |
1216 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1217 | 952$z          | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
1218 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1219 | 999$c          | Local-Number:n, Local-Number:w, Local-Number:s                                                                                                                                                                                                                                                                                                                                                                                     |
1220 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1221 | 999$d          | biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s                                                                                                                                                                                                                                                                                                                                                                         |
1222 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1223
1224 Table: Indexes