Nearly finished splitting things out
[kohadocs.git] / en / source / manual.rst
index ac47dff..0ac083b 100644 (file)
 
-
-Lists & Cart
-============
-
-Lists are a way to save a collection of content on a specific topic or
-for a specific purpose. The Cart is a session specific storage space.
-
--  *Get there:* More > Lists
-
-`Lists <#lists>`__
-------------------
-
-`Create a List <#createlist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A list can be created by visiting the Lists page and clicking 'New List'
-
-New List Button
-|image868|
-
-The new list form offers several options for creating your list:
-
-New List Form
-|image869|
-
--  The name is what will appear on the list of Lists
-
--  You can also choose how to sort the list
-
--  Next decide if your list is going to be private or public
-
-   -  A Private List is managed by you and can be seen only by you
-      (depending on your permissions settings below)
-
-   -  A Public List can be seen by everybody, but managed only by you
-      (depending on your permissions settings below)
-
--  Finally decide what your permissions will be on the list. You can all
-   or disallow:
-
-   -  anyone else to add entries
-
-   -  anyone to remove his own contributed entries
-
-      -  **Note**
-
-             The owner of a list is always allowed to add entries, but
-             needs permission to remove.
-
-   -  anyone to remove other contributed entries    
-
-A list can also be created from the catalog search results
-
-New list from catalog search
-|image870|
-
--  Check the box to the left of the titles you want to add to the new
-   list
-
--  Choose [New List] from the 'Add to:' pull down menu
-
-   New List from Search Results
-   |image871|
-
-   -  Name the list and choose what type of list this is
-
-      -  A Private List is managed by you and can be seen only by you
-
-      -  A Public List can be seen by everybody, but managed only by you
-
-Once the list is saved it will accessible from the Lists page and from
-the 'Add to' menu at the top of the search results.
-
-`Add to a List <#addtolist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To add titles to an existing list click on the list name from the page
-of lists
-
-List of Lists
-|image872|
-
-To open a list you can click the list name.
-
-From that page you can add titles by scanning barcodes into the box at
-the bottom of the page
-
-Content of a List
-|image873|
-
-A title can also be added to a list by selecting titles on the search
-results page and choosing the list from the 'Add to' menu
-
-Add to List
-|image874|
-
-`Viewing Lists <#viewlist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To see the contents of a list, visit the Lists page on the staff client
-
-List of Lists
-|image875|
-
-Clicking on the 'List Name' will show the contents of the list
-
-Content of a List
-|image876|
-
-From this list of items you can perform several actions
-
--  'New list' will allow you to create another list
-
--  'Edit' will allow you to edit the description and permissions for
-   this list
-
--  'Send list' will send the list to the email address you enter (`view
-   sample List email <#examplelistemail>`__)
-
--  'Download list' will allow you to download the cart using one of 3
-   default formats or your `CSV Profiles <#csvprofiles>`__
-
--  'Print list' will present you with a printable version of the list
-
-Using the filters at the top of each column you can find specific items
-in your list.
-
-`Merging Bibliographic Records Via Lists <#mergebibrecs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-One way to merge together duplicate bibliographic records is to add them
-to a list and use the Merge Tool from there.
-
-List of Duplicate Records
-|image877|
-
-Once you have selected the records to merge together the process is the
-same as if you had chosen to `merge via cataloging <#mergebibs>`__.
-
-`Cart <#cart>`__
-----------------
-
-The cart is a temporary holding place for items in the OPAC and/or staff
-client. The cart will be emptied once the session is ended (by closing
-the browser or logging out). The cart is best used for performing batch
-operations (holds, printing, emailing) or for getting a list of items to
-be printed or emailed to yourself or a patron.
-
-If you would like to enable the cart in the staff client, you need to
-set the `intranetbookbag <#intranetbookbag>`__ system preference to
-'Show.' To add things to the cart, search the catalog and select the
-items you would like added to your cart and choose 'Cart' from the 'Add
-to' menu
-
-Add to Cart
-|image878|
-
-A confirmation will appear below the cart button at the top of the staff
-client
-
-Items added to Cart
-|image879|
-
-Clicking on the Cart icon will provide you with the contents of the cart
-
-Cart Contents
-|image880|
-
-From this list of items you can perform several actions
-
--  'More details' will show more information about the items in the cart
-
--  'Send' will send the list to the email address you enter (`view
-   sample Cart email <#examplecartemail>`__)
-
--  'Download' will allow you to download the cart using one of 3 default
-   formats or your `CSV Profiles <#csvprofiles>`__
-
--  'Print' will present you with a printable version of the cart
-
--  'Empty and Close' will empty the list and close the window
-
--  'Hide Window' will close the window
-
-Reports
-=======
-
-Reports in Koha are a way to gather data. Reports are used to generate
-statistics, member lists, shelving lists, or any list of data in your
-database.
-
--  *Get there:* More > Reports
-
-`Custom Reports <#customreports>`__
------------------------------------
-
-Koha's data is stored in a MySQL database which means that librarians
-can generate nearly any report they would like by either using the
-`Guided Reports Wizard <#quidedreportwizard>`__ or writing their own
-`SQL query <#reportfromsql>`__.
-
-`Add Custom Report <#customreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Guided Report Wizard <#quidedreportwizard>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The guided report wizard will walk you through a six step process to
-generate a report.
-
-Step 1: Choose the module you want to report on. This will determine
-what tables and fields are available for you to query.
-
-'Report is public' should be left to the default of 'No' in most cases.
-A report can be made public if you intend to allow access to it through
-the JSON webservice interface. This is a system that can be used by
-developers to make custom presentations of the data from the report, for
-example displaying it using a graphing API. To learn more speak to your
-local developer.
-
--  A public report is accessible via a URL that looks like this:
-   http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
-
-Chose Module for Report
-|image881|
-
-    **Note**
-
-    If your system administrator has set up memcache on your server you
-    might see one more option for the Cache expiry. This is related to
-    your public reports. If you make the report public then it's
-    constantly running and will cause a large load on your system.
-    Setting this value prevents that.Cache expiry
-
-Step 2: Choose a report type. For now, Tabular is the only option
-available.
-
-Report Type
-|image882|
-
-Step 3: Choose the fields you want in your report. You can select
-multiple fields and add them all at once by using CTRL+Click on each
-item you want to add before clicking the Add button.
-
-Select database fields to query
-|image883|
-
-Step 4: Choose any limits you might want to apply to your report (such
-as item types or branches). If you don't want to apply any limits,
-simply click Next instead of making an option.
-
-Choose limits
-|image884|
-
-Step 5: Perform math functions. If you don't want to do any
-calculations, simply click Next instead of making an option.
-
-Choose math functions
-|image885|
-
-Step 6: Choose data order. If you want the data to print out in the
-order it's found in the database, simply click Finish.
-
-Choose ordering
-|image886|
-
-When you are finished you will be presented with the SQL generated by
-the report wizard. From here you can choose to save the report by
-clicking 'Save' or copy the SQL and make edits to it by hand.
-
-Custom Report Confirmation
-|image887|
-
-If you choose to save the report you will be asked to name your report,
-sort it in to groups and subgroups and enter any notes regarding it.
-
-Save custom report
-|image888|
-
-Once your report is saved it will appear on the 'Use Saved' page with
-all other saved reports.
-
-Saved Reports list
-|image889|
-
-From here you can make edits, run the report, or schedule a time to have
-the report run. To find the report you created you can sort by any of
-the columns by clicking the on the column header (creation date is the
-best bet for finding the report you just added). You can also filter
-your results using the filter menu on the left or use the tabs to find
-reports based on your custom groups.
-
-`Report from SQL <#reportfromsql>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In addition to the report wizard, you have the option to write your own
-queries using SQL. To find reports written by other Koha users, visit
-the Koha Wiki: http://wiki.koha-community.org/wiki/SQL_Reports_Library.
-You can also find your database structure in
-/installer/data/mysql/kohastructure.sql or online at:
-`http://schema.koha-community.org <http://schema.koha-community.org/>`__.
-
-To add your query, click the link to 'Create from SQL' on the main
-reports module or the 'New report' button at the top of the 'Saved
-reports' page.
-
-New SQL Report
-|image890|
-
-Fill in the form presented
-
-Create Report from SQL
-|image891|
-
--  The 'Name' is what will appear on the Saved Reports page to help you
-   identify the report later. It will also be searchable using the
-   filters found the left of the Saved Reports page.
-
--  You can use the 'Report group' to organize your reports so that you
-   can easily filter reports by groups. Report groups are set in the
-   `REPORT\_GROUP <#reportgroup>`__ authorized value category or can be
-   added on the fly when creating the report by choosing the 'or create'
-   radio button.Report group
-
-   -  **Note**
-
-          If you're adding a report group on the fly, remember that you
-          code should be fewer than 10 characters and should not include
-          special characters or spaces.
-
--  You can use 'Report subgroup' to further organize your reports so
-   that you can easily filter reports by groups and subgroups. Report
-   subgroups are set in the `REPORT\_SUBGROUP <#reportsubgroup>`__
-   authorized value category or can be added on the fly when creating
-   the report by choosing the 'or create' radio button.
-
-   Report subgroup
-   |image892|
-
-   -  **Note**
-
-          If you're adding a report subgroup on the fly, remember that
-          you code should be fewer than 10 characters and should not
-          include special characters or spaces.
-
--  'Report is public' should be left to the default of 'No' in most
-   cases. A report can be made public if you intend to allow access to
-   it through the JSON webservice interface. This is a system that can
-   be used by developers to make custom presentations of the data from
-   the report, for example displaying it using a graphing API. To learn
-   more speak to your local developer.
-
-   -  A public report is accessible via a URL that looks like this:
-      http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
-
--  'Notes' will also appear on the Saved Reports page, this can be used
-   to provide more details about the report or tips on how to enter
-   values when it runs
-
--  The type should always be 'Tabular' at this time since the other
-   formats have not been implemented
-
--  In the 'SQL' box you will type or paste the SQL for the report
-
--  If you feel that your report might be too resource intensive you
-   might want to consider using runtime parameters to your query.
-   Runtime parameters basically make a filter appear before the report
-   is run to save your system resources.
-
-   There is a specific syntax that Koha will understand as 'ask for
-   values when running the report'. The syntax is <<Question to
-   ask\|authorized\_value>>.
-
-   -  The << and >> are just delimiters. You must put << at the
-      beginning and >> at the end of your parameter
-
-   -  The 'Question to ask' will be displayed on the left of the string
-      to enter.
-
-   -  The authorized\_value can be omitted if not applicable. If it
-      contains an authorized value category, or branches or itemtype or
-      categorycode or biblio\_framework, a list with the Koha authorized
-      values will be displayed instead of a free field Note that you can
-      have more than one parameter in a given SQL Note that entering
-      nothing at run time won't probably work as you expect. It will be
-      considered as "value empty" not as "ignore this parameter". For
-      example entering nothing for : "title=<<Enter title>>" will
-      display results with title='' (no title). If you want to have to
-      have something not mandatory, use "title like <<Enter title>>" and
-      enter a % at run time instead of nothing
-
-   Examples:
-
-   -  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
-      patrons library\|branches>> AND surname like <<Enter filter for
-      patron surname (% if none)>>
-
-   -  SELECT \* FROM items WHERE homebranch = <<Pick your
-      branch\|branches>> and barcode like <<Partial barcode value here>>
-
-   -  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
-      frameworkcode\|biblio\_framework>>
-
-       **Note**
-
-       To generate a date picker calendar to the right of the field when
-       running a report you can use the 'date' keyword like this:
-       <<Enter Date\|date>>
-
-       Date Picker
-       |image893|
-
-       **Note**
-
-       You have to put "%" in a text box to 'leave it blank'. Otherwise,
-       it literally looks for "" (empty string) as the value for the
-       field.
-
-       **Important**
-
-       In addition to using any authorized value code to generate a
-       dropdown, you can use the following values as well: Framework
-       codes (biblio\_framework), Branches (branches), Item Types
-       (itemtypes) and Patron Categories (categorycode). For example a
-       branch pull down would be generated like this
-       <<Branch\|branches>>
-
-       Branch pull down
-       |image894|
-
-    **Note**
-
-    There is a limit of 10,000 records put on SQL statements entered in
-    Koha. To get around this you want to add 'LIMIT 100000' to the end
-    of your SQL statement (or any other number above 10,000).
-
-    **Note**
-
-    If your system administrator has set up memcache on your server you
-    might see one more option for the Cache expiry. This is related to
-    your public reports. If you make the report public then it's
-    constantly running and will cause a large load on your system.
-    Setting this value prevents that.Cache expiry
-
-Once everything is entered click the 'Save Report' button and you'll be
-presented with options to run it. Once a report is saved you do not have
-to recreate it you can simply find it on the Saved Reports page and
-`run <#runcustomreport>`__ or `edit <#editcustomreports>`__ it.
-
-`Duplicate Report <#duplicatereport>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Reports can also be added by duplicating an existing report. Visit the
-'Saved reports' page to see all of the reports listed on your system
-already.
-
-Saved Reports
-|image895|
-
-To the right of every report there is an 'Actions' pull down. Clickin
-that and choose 'Duplicate' to use an existing report as the basis for
-your new report. That will populate the new report form with the
-existing SQL for easy editing and resaving.
-
-`Edit Custom Reports <#editcustomreports>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Every report can be edited from the reports lists. To see the list of
-reports already stored in Koha, click 'Use Saved.'
-
-Saved Reports
-|image896|
-
-To find the report you'd like to edit you can sort by any of the columns
-by clicking the on the column header. You can also filter your results
-using the filter menu on the left or use the tabs to find reports based
-on your custom groups.
-
-From this list you can edit any custom report by clicking 'Actions' to
-the right of the report and choosing 'Edit' from the menu that appears.
-
-Edit Report Option
-|image897|
-
-The form to edit the report will appear.
-
-Edit SQL Form
-|image898|
-
-`Running Custom Reports <#runcustomreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Once custom reports are saved to Koha, you can run them by going to the
-Saved Reports page and clicking the 'Actions' button to the right of the
-report and choosing 'Run'.
-
-Run Report
-|image899|
-
-When you report runs you will either be asked for some values
-
-Enter report parameters
-|image900|
-
-or you will see the results right away
-
-Report results
-|image901|
-
-From the results you can choose to rerun the report by clicking 'Run
-report' at the top, edit the report by clicking the 'Edit' button or
-starting over and creating a new report by using the 'New' button. You
-can also download your results by choosing a file type at the bottom of
-the results next to the 'Download the report' label and clicking
-'Download.'
-
-    **Note**
-
-    A Comma Separated Text file is a CSV file and it can be opened by
-    any spreadsheet application.
-
-`Statistics Reports <#statsreports>`__
---------------------------------------
-
-Statistic reports will show you counts and sums. These reports are all
-about numbers and statistics, for reports that return more detailed
-data, use the `Guided Report Wizard <#quidedreportwizard>`__. These
-reports are limited in what data they can look at, so it's often
-recommended to use `custom reports <#customreports>`__ for official end
-of the year statistics.
-
-`Acquisitions Statistics <#acqstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Acquisitions Statistics
-|image902|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Acquisitions Statistics Results
-|image903|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-When generating your report, note that you get to choose between
-counting or summing the values.
-
-Acquisitions Stats Options
-|image904|
-
-Choosing amount will change your results to appear as the sum of the
-amounts spent.
-
-Acquisitions statistics with totals
-|image905|
-
-`Patron Statistics <#patstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Patron Statistics Options
-|image906|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Patron Statistics Results
-|image907|
-
-Based on your selections, you may see some query information above your
-results table. You can also choose to export to a file that you can
-manipulate to your needs.
-
-`Catalog Statistics <#catstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Catalog Statistics Form
-|image908|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Catalog Statistic Results
-|image909|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Circulation Statistics <#circstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Circulation Statistics
-|image910|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Circulation Statistic Results
-|image911|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-    **Note**
-
-    To get a complete picture of your monthly or daily circulation, you
-    can run the report twice, once for 'Type' of 'Checkout' and again
-    for 'Renewal.'
-
-    This report uses 'Period,' or date, filtering that allows you to
-    limit to a month by simply selecting the first day of the first
-    month through the first day of the next month. For example, 10/1 to
-    11/1 to find statistics for the month of October.
-
-    -  To find daily statistics, set your date range.</br> Example: "I
-       want circulation data starting with date XXX up to, but not
-       including, date XXX."
-
-    -  For a whole month, an example range would be: 11/01/2009 to
-       12/01/2009
-
-    -  For a whole year, an example range would be: 01/01/2009 to
-       01/01/2010
-
-    -  For a single day, an example would be: 11/15/2009 to 11/16/2009
-       to find what circulated on the 15th
-
-`Tracking in house use <#inhouseuse>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Using the Circulation statistics reporting wizard you can run reports on
-in house usage of items simply by choosing 'Local Use' from the 'Type'
-pull down:
-
-In House Use Stats
-|image912|
-
-`Serials Statistics <#serialstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose how you would like to list the serials
-in your system.
-
-Serials Statistics
-|image913|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Serials Results
-|image914|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Holds Statistics <#holdstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided you can see statistics for holds placed, filled,
-cancelled and more at your library. From the form choose what value you
-want to display in the column and what value to show in the row. You can
-also choose from the filters on the far right of the form.
-
-Hold Statistics Form
-|image915|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Hold Stats Results
-|image916|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Patrons with the most checkouts <#mostcheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will simply list the patrons who have the most checkouts.
-
-Patrons with the most checkouts form
-|image917|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Top checkouts results
-|image918|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Most Circulated Items <#mostcirculated>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will simply list the items that have the been checked out
-the most.
-
-Most Circulation Items Form
-|image919|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Top Circulation Items Results
-|image920|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Patrons with no checkouts <#patnocheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list for you the patrons in your system who haven't
-checked any items out.
-
-Patrons with no Checkouts
-|image921|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Results for Patrons with no Checkouts
-|image922|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Items with no checkouts <#itemnocheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list items in your collection that have never been
-checked out.
-
-Items with No Checkouts
-|image923|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Items with no checkouts results
-|image924|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Catalog by Item Type <#catbyitem>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list the total number of items of each item type per
-branch.
-
-Catalog by Item Type
-|image925|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Total of Items by Type and Branch
-|image926|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Lost Items <#lostreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will allow you to generate a list of items that have been
-marked as Lost within the system
-
-Lost Items Report
-|image927|
-
-`Average Loan Time <#avloantime>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list the average time items are out on loan based on
-the criteria you enter:
-
-Average Checkout Period Form
-|image928|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Average Checkout Period Results
-|image929|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Report Dictionary <#reportdic>`__
-----------------------------------
-
-The report dictionary is a way to pre-define common filters you'd like
-to apply to your reports. This is a good way to add in filters that the
-report wizard doesn't include by default. To add a new definition, or
-filter, click 'New Definition' on the Reports Dictionary page and follow
-the 4 step process.
-
-Step 1: Name the definition and provide a description if necessary
-
-Create a Definition
-|image930|
-
-Step 2: Choose the module that the will be queried.
-
-Select Koha Module
-|image931|
-
-Step 3: Choose columns to query from the tables presented.
-
-Choose columns
-|image932|
-
-Step 4: Choose the value(s) from the field(s). These will be
-automatically populated with options available in your database.
-
-Choose fields and values
-|image933|
-
-Confirm your selections to save the definition.
-
-Confirm Definition
-|image934|
-
-Your definitions will all appear on the Reports Dictionary page
-
-Reports Dictionary Listing
-|image935|
-
-Then when generating reports on the module you created the value for you
-will see an option to limit by the definition at the bottom of the usual
-filters.
-
-Dictionary Limit Option
-|image936|
-
-OPAC
-====
-
-This chapter assumes that you have the following preferences set as
-follows:
-
--  `opacthemes <#opacthemes>`__ = bootstrap
-
--  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = default
-
--  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = default
-
--  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
-
--  `TagsEnabled <#TagsEnabled>`__ = Allow
-
--  `TagsInputOnDetail <#TagsInputOnDetail>`__ =Allow
-
--  `TagsInputOnList <#TagsInputOnList>`__ = Allow
-
--  `reviewson <#reviewson>`__ = Allow
-
--  `ShowReviewer <#ShowReviewer>`__ = Allow
-
--  `ShowReviewerPhoto <#ShowReviewerPhoto>`__ =Allow
-
--  `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ = Show
-
--  `OPACAmazonCoverImages <#OPACAmazonCoverImages>`__ = Show
-
--  `XISBN <#XISBN>`__ = Use
-
--  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ = Default set of
-   links
-
--  `OPACShowCheckoutName <#OPACShowCheckoutName>`__ = Don't show
-
--  `RequestOnOpac <#RequestOnOpac>`__ = Allow
-
--  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ = Allow
-
--  `OpacBrowseResults <#OpacBrowseResults>`__ = Enable
-
--  `SuspendHoldsOpac <#SuspendHoldsOpac>`__ = Allow
-
--  `OPACShowBarcode <#OPACShowBarcode>`__ = Don't show
-
--  `OpacSeparateHoldings <#OpacSeparateHoldings>`__ = Don't separate
-
--  `OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__ = home library
-
--  `DisplayLibraryFacets <#DisplayLibraryFacets>`__ = holding library
-
-If your system preferences are set differently your displays may differ.
-
-`Search Results <#opacsearchresults>`__
----------------------------------------
-
-To search the OPAC you can either choose to enter your search words in
-the box at the top of the OPAC or click on the 'Advanced Search' link to
-perform a more detailed search.
-
-OPAC Search Box
-|image937|
-
-For more on searching check the '`Searching <#searching>`__' chapter in
-this manual.
-
-`Results Overview <#opacresultsoverview>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-After performing a search the number of results found for your search
-will appear above the results
-
-Total Results
-|image938|
-
-By default your search results will be sorted based on your
-`OPACdefaultSortField and OPACdefaultSortOrder <#opacdefaultsort>`__
-system preference values. To change this you can choose another sorting
-method from the pull down on the right.
-
-Results Sorting Options
-|image939|
-
-Under each title on your results list a series of values from your
-leader will appear. It is important to note that this has nothing to do
-with the item types or collection codes you have applied to your
-records, this data is all pulled from your fixed fields. This can be
-turned on or off with the
-`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ system preference.
-
-Leader Visualization
-|image940|
-
-Below each title you will see the availability for the items attached to
-the record.
-
-    **Note**
-
-    Even if you filtered on one library location all locations that hold
-    the item will appear on the search results.
-
-    **Important**
-
-    An item's hold status doesn't not affect whether or not the item is
-    'available' until the item is in 'waiting' status. Items with
-    on-shelf holds will show as available until a librarian has pulled
-    them from the shelf and checked the item in make it show 'waiting'.
-
-Holdings Information
-|image941|
-
-If you have turned on `Enhanced Content <#enhancedcontent>`__
-preferences you may have book jackets on your search results.
-
-Book Jacket on Results
-|image942|
-
-If you have set your `Did you mean? <#didyoumean>`__ options you will
-see a yellow bar across the top of your results will other related
-searches.
-
-Did you mean?
-|image943|
-
-If you performed an advanced search you see an option to go back and
-edit your advanced search blow the list of results pages.Return to the
-last advanced search
-
-`Filters <#opacfilter>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To filter your results click on the links below the 'Refine Your Search'
-menu on the left of your screen
-
-Refine Your Results
-|image944|
-
-Depending on your setting for the
-`DisplayLibraryFacets <#DisplayLibraryFacets>`__ system preference you
-will see filters for your home, holding or both libraries.Library Facet
-
-After clicking a facet you can remove that filter from your results by
-clicking the small 'x' that appears to the right of the facet.Remove
-library facet
-
-`Search RSS Feeds <#searchrss>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You will be able to subscribe to your search results as an RSS feed by
-clicking the RSS icon in your address bar or next to the number of
-results. To learn more about what RSS feeds are check out `this tutorial
-video <http://www.youtube.com/watch?v=0klgLsSxGsU>`__.
-
-RSS Feed Icon
-|image945|
-
-Subscribing to search results as RSS feeds will allow you to see when a
-new item is added to the catalog in your area of interest.
-
-`Bibliographic Record <#opacbibrec>`__
---------------------------------------
-
-When you click on a title from the search results, you're brought to the
-bibliographic detail of the record. This page is broken down in several
-different areas.
-
-At the top of your screen will be the title and the GMD:
-
-Title
-|image946|
-
-Below the title the authors will be listed. These come from your 1xx and
-7xx fields. Clicking the author will run a search for other titles with
-that author.
-
-Author Display
-|image947|
-
-If you have an authority file you will see a magnifying glass to the
-right of author (and other) authorities. Clicking that magnifying glass
-will take you directly to the authority record.
-
-Authority link
-|image948|
-
-If you have your `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
-preference set to 'show' you will see a material type that is determined
-by values in your fixed fields (learn more in the `XSLT Item
-Types <#XSLTiTypes>`__ Appendix).
-
-XSLT Item Type
-|image949|
-
-Next you'll see the description of the record you're viewing:
-
-Basic Details
-|image950|
-
-Following that information you'll find the subject headings which can be
-clicked to search for other titles on similar topics
-
-Bibliographic Subjects
-|image951|
-
-If your record has a table of contents or summary it will appear next to
-the 'Summary' or 'Table of Contents' label
-
-Summary
-|image952|
-
-If your record has data in the 856 fields you'll see the links to the
-right of the 'Online Resources' label
-
-Online Resources
-|image953|
-
-If the title you're viewing is in a public list then you'll see a list
-of those to the right of the 'List(s) this item appears in' label and if
-it has tags they will appear below the 'Tags from this library' label
-
-Tags
-|image954|
-
-In the tabs below the details you will find your holdings data
-
-|image955|
-
-Any notes (5xx fields) that have been cataloged will appear under 'Title
-Notes'
-
-Title notes
-|image956|
-
-If you're allowing comments they will appear in the next tab
-
-Comments
-|image957|
-
-And finally if you have enabled FRBR and you have other editions of the
-title in your collection you will see the 'Editions' tab.
-
-Editions
-|image958|
-
-To the right of the details you'll find a series of boxes. The first box
-is a list of buttons to help navigate the search results. From there you
-can see the next or previous result from your search or return to the
-results.
-
-Search Options
-|image959|
-
-Clicking Browse Results at the top of the right column will open up your
-search results on the detail page
-
-Search Results
-|image960|
-
-Below the search buttons you'll find the links to place a hold, print
-the record, save the record to your lists, or add it to your cart
-
-More options
-|image961|
-
-Clicking 'More Searches' will show the list of libraries you entered in
-your `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ preference
-
-More Searches
-|image962|
-
-Under the 'Save Record' label you will find a series of file formats you
-can save the record as. This list can be customized by altering the
-`OpacExportOptions <#OpacExportOptions>`__ system preference.
-
-Save Record
-|image963|
-
-If at any time you want to change the view from the 'Normal' view to see
-the Marc or the ISBD you can click the tabs across the top of the record
-
-Record Views
-|image964|
-
-`Lists & Cart <#opaclistscart>`__
----------------------------------
-
-A cart is a temporary holding place for records you're interested in
-finding during this session. That means that once you log out of the
-OPAC or close the browser you lose the items in your cart. A list is a
-more permanent location for saving items. To learn more about lists,
-check the `Lists in the Staff Client <#stafflists>`__ chapter of this
-manual.
-
-`Lists <#opaclists>`__
-~~~~~~~~~~~~~~~~~~~~~~
-
-Patrons can manage their own private lists by visiting the 'my lists'
-section of their account.
-
-Lists Management
-|image965|
-
-`Creating Lists <#opacaddlists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Lists can also be created by choosing the 'New List' option in the 'Add
-to' menu on the search results
-
-Add to New List
-|image966|
-
-To create a list the patron simply needs to click the 'New List' link
-and populate the form that appears
-
-Create a new list
-|image967|
-
-The only field required is the 'List Name,' but the patron can also
-choose how they want the list sorted and if the list is public or
-private.
-
--  A Private List is managed by you and can be seen only by you
-   (depending on your permissions settings below)
-
--  A Public List can be seen by everybody, but managed only by you
-   (depending on your permissions settings below)
-
-    **Important**
-
-    If you aren't allowing patrons to create public lists with the
-    `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
-    preference then patrons will only be able to create private lists.
-
-    Create a new private list
-    |image968|
-
--  Finally decide what your permissions will be on the list. You can all
-   or disallow:
-
-   -  anyone else to add entries
-
-   -  anyone to remove his own contributed entries
-
-      -  **Note**
-
-             The owner of a list is always allowed to add entries, but
-             needs permission to remove.
-
-   -  anyone to remove other contributed entries    
-
-`Adding titles to Lists <#opacaddtolists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Titles can be added to lists from the search results and/or from the
-bibliographic record. On the search results options to add items to the
-list appear below each result and across the top of the results page
-
-Add to Lists from Results
-|image969|
-
-To add a single title to a list, click the 'Save to Lists' option and
-then choose the list you'd like to add the title to. To add multiple
-titles to a list check the boxes on the left of the titles you want to
-add and then choose the list you want to add the titles to from the 'Add
-too' pull down at the top of the screen.
-
-`Viewing Lists Contents <#listscontent>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To view the contents of a list, click on the list name under the Lists
-button.
-
-Lists
-|image970|
-
-The contents of the list will look similar to your search results pages
-except that there will be different menu options across the top of the
-list.
-
-List View
-|image971|
-
-To the right of the list title there is an RSS icon that will allow you
-to subscribe to updates to the list.
-
-Using the menu options above the list you can place multiple items on
-hold, download the list contents, email the list or print the list out.
-
--  To place a hold on one or more list items check the box to the left
-   of the item and click the 'Place Hold' link at the top
-
--  To download the list contents click the 'Download List' link and
-   choose the format you'd like to download the list in
-
--  To email the list contents to someone, click the 'Send List' link and
-   enter in your email details in the form that pops up (`view a sample
-   Lists email <#examplelistemail>`__)
-
-   Email List Contents
-   |image972|
-
--  To print the contents of your list out click the 'Print List' link
-
-`Managing Lists <#opacmanagelists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once the list is saved patrons can begin adding items to it. From the
-'my lists' tab on the patron record the patron can edit and delete the
-lists they have created by clicking the appropriate link to the right of
-the list name.
-
-My Lists
-|image973|
-
-To edit the list's title or sorting patrons click the 'Edit' link to the
-right of the list description.
-
-Editing List
-|image974|
-
-When clicking 'Delete' next to a list you will be asked to confirm that
-you want to delete the list.
-
-Delete list confirmation
-|image975|
-
-The list will not be deleted until the 'Confirm' button is clicked to
-the right of the list you'd like to delete.
-
-If the library is allowing you to share private lists with the
-`OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
-preference then you will see the 'Share' link on your list of lists and
-the 'Share list' link at the top of each individual list. Clicking this
-will ask you to enter the email address of a patron.Share list
-
-Once the email address is entered Koha will present you with a
-confirmation message
-
-Share list confirmation
-|image976|
-
-and will send a message to that patron.
-
-`Cart <#opaccart>`__
-~~~~~~~~~~~~~~~~~~~~
-
-`Adding titles to the Cart <#opacaddtocart>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Titles can be added to the cart from the search results and/or from the
-bibliographic record. On the search results options to add items to the
-cart appear below each result and across the top of the results page
-
-Add to Cart on Search Results
-|image977|
-
-Clicking the 'Add to Cart' button will add the one title to your cart.
-To add multiple titles at once, check the box to the left of each result
-and then choose 'Cart' from the 'Add to' pull down at the top of the
-screen. Once titles are added to the cart you will be presented with a
-confirmation
-
-Items added to Cart
-|image978|
-
-From the results you will see which items are in your cart and will be
-able to remove those items by clicking '(remove)'.Item in your cart
-
-`Managing the Cart <#manageopaccart>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have titles in your cart you can manage the contents by
-clicking on the 'Cart' button usually found at the top of the screen.
-Your cart will open in a new window.
-
-Contents of your cart
-|image979|
-
-From this window you are presented with several options. Across the top
-of the cart are several buttons.
-
-First is the 'More details' button. Clicking this will show you
-additional information about the titles in your cart (ISBNs, Subjects,
-Publisher Info, Notes and more).More details in the cart
-
-Next is the option to send the contents of your cart to an email
-address. This is handy if you want to send the resources you found at
-the library to your home email account to refer to later or to send to a
-patron researching a specific topic. Clicking this link will open up a
-new window that asks for the email address and message to send. `View a
-sample Cart email <#examplecartemail>`__.
-
-Email Cart
-|image980|
-
-    **Important**
-
-    The cart can only be emailed by logged in users. This will prevent
-    your cart email function from being used for spamming.
-
-In addition to sending your cart you can download the contents of your
-cart in several pre-defined formats or using a `CSV
-Profile <#csvprofiles>`__ that you defined in the Tools module.
-
-Download Cart
-|image981|
-
-Finally you can print out the contents of your cart by choosing the
-'Print' link.
-
-In addition to the various different ways to save the contents of your
-cart, there are ways to add value to the data in your cart. By selecting
-one or more titles from the cart you can add them to a list (click 'Add
-to a List'), place hold(s) (click 'Place hold'), or tag them (click
-'Tag'). All of these operations follow the same procedure as they do
-when performing them in the OPAC.
-
-`Placing Holds <#opacplacehold>`__
-----------------------------------
-
-Patrons can place holds on items via the OPAC if they're logged in and
-you have the `RequestOnOpac <#RequestOnOpac>`__ preference set to
-'Allow'. If the item can be placed on hold the option to place it on
-hold will appear in several different places.
-
--  When viewing a list or search results page you'll see the option to
-   place hold on multiple items by checking the boxes to the left of the
-   results and clicking 'Place Hold' at the top
-
-   Place Hold from Results
-   |image982|
-
--  When viewing a list or search results page you'll see the option to
-   place the item on hold below the basic information about the title
-
-   Place Hold
-   |image983|
-
--  When viewing an individual title you'll see the option to place a
-   hold in the box on the right side of the screen
-
-   Place Hold
-   |image984|
-
-No matter which of the above links you click to place your hold you'll
-be brought to the same hold screen.
-
-Place Hold Form
-|image985|
-
--  Check the box to the left of the items you'd like to place on hold
-
--  The title includes a link back to the detail page for the record
-
--  The priority shows where in the holds queue this hold will fall
-
--  If allowed by your
-   `OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
-   preference the patron can choose where they'd like to pick up their
-   hold
-
--  If you would like to see more options you can click 'Show more
-   options'
-
-   Place Hold Form with More Options
-
-   -  If you have the
-      `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
-      preference set to 'Allow' and the record had more than one item
-      type attached you will see an option to choose to limit the hold
-      to a specific item typeAllowHoldItemTypeSelection
-
--  If allowed by your
-   `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
-   preference, the 'Hold Starts on Date' column will show. This field
-   allows the patron to have their hold start on a future date.
-
--  By default holds placed in the system remain until canceled, but if
-   the patron fills in a 'Hold Not Needed After' date then the hold has
-   an expiration date.
-
-   -  **Important**
-
-          Expired holds are removed by the `Expired Holds Cron
-          Job <#expiredholdscron>`__, this is not an automatic process
-          and must be set up by your system administrator
-
--  If allowed by the `OpacHoldNotes <#OpacHoldNotes>`__ preference then
-   patrons can leave notes about their holds for the library by clicking
-   the 'Edit notes' button
-
-   Hold notes
-   |image986|
-
--  Depending on the rules you set regarding item specific holds in your
-   `circulation and fines rules <#circfinerules>`__ the patron will be
-   allowed to choose whether to place the hold on the next available
-   copy and/or a specific copy
-
-   Specific Copy Hold
-   |image987|
-
-After clicking the Place Hold button the patron will be brought to their
-account page where they'll see all of the items they have on hold.
-
-`Enhanced Content <#opacenhancedcontent>`__
--------------------------------------------
-
-`Tagging <#opactagging>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Depending on your settings for the `TagsEnabled <#TagsEnabled>`__,
-`TagsInputOnList <#TagsInputOnList>`__ and
-`TagsInputOnDetail <#TagsInputOnDetail>`__ preferences you may be able
-to add tags to bibliographic records from the search results and/or
-bibliographic records. If you are allowing patrons to add tags from the
-search results screen you will see an input box below each result and a
-'Tag' option at the top of the screen.
-
-Tagging Options on Results
-|image988|
-
-To add a tag to one item, type the tabs (separated by commas) in the
-'New tag' box and click 'Add'. You will be presented with a confirmation
-of your tags being added.
-
-Tags Added on Results
-|image989|
-
-From the results you can also tag items in bulk by clicking the
-checkboxes on the left and then clicking the 'Tag' button at the top.
-After clicking the button it will change into an input box for you to
-add tags to all of the items you have selected.
-
-Add Tags to Multiple Items
-|image990|
-
-`Comments <#opaccomments>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Patrons can leave comments in the OPAC if you have the
-`reviewson <#reviewson>`__ preference set to allow this. Each
-bibliographic record has a comments tab below the bibliographic
-information.
-
-Comments Tab
-|image991|
-
-If the patron is logged in they will see a link to add a comment to the
-item. Clicking this link will open a pop up window with a box for their
-comments.
-
-Add a Comment
-|image992|
-
-Once the comment has been typed and the 'Submit' button clicked, the
-patron will see their comment as pending and other patrons will simply
-see that there are no comments on the item.
-
-Pending Comment
-|image993|
-
-Once the comment is approved the patron will see the number of comments
-on the 'Comments' tab and their comment labeled amongst the other
-comments. If you have set your
-`ShowReviewerPhoto <#ShowReviewerPhoto>`__ preference to 'Show' then
-you'll see the patron's photo pulled from the
-`Libravatar <https://www.libravatar.org>`__ library.
-
-Your Comments
-|image994|
-
-Other patrons will see the comment with the name of the patron who left
-the comment (unless you have set the `ShowReviewer <#ShowReviewer>`__
-preference to not show patron names).
-
-Comment by other patron
-|image995|
-
-If you have your `OpacShowRecentComments <#OpacShowRecentComments>`__
-set to show then you'll see the approved comments on that page.
-
-Recent Comments List
-|image996|
-
-From this page patrons can subscribe to the recent comments using RSS if
-they would like.
-
-`Zotero <#zotero>`__
-~~~~~~~~~~~~~~~~~~~~
-
-Zotero is a Firefox add on that allows for the saving and generating of
-a bibliography. Learn more about and download Zotero at
-http://zotero.org.
-
-When on the search results in the Koha OPAC, if you have Zotero
-installed, you will see a folder icon in the address bar to the right of
-the URL. Clicking that folder will open up a list of titles on the page
-for you to pick from to add to Zotero.
-
-Zotero pop up
-|image997|
-
-Select the titles you want to add to Zotero and then click the 'OK'
-button. This will add the title to Zotero. You can see the title by
-opening your Zotero library.
-
-Title in the Zotero Library
-|image998|
-
-`Custom RSS Feeds <#customrss>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for any SQL
-query (for example a new acquisitions RSS feed). rss.pl is run on the
-command line to produce an RSS XML document.
-
-The output should be placed in a directory accessible to the OPAC (or
-staff) web interface so that users can download the RSS feed.
-
-An example of usage can be found at: misc/cronjobs/rss.pl
-lastAcquired.conf
-
-Normally rss.pl should be run periodically (e.g., daily) to keep the
-feed up-to-date.
-
-The configuration file (e.g., lastAcquired.conf) lists
-
--  name of the template file to use
-
--  path of output file
-
--  SQL query
-
-rss.pl runs the SQL query, then feeds the output of the query through
-the template to produce the output file.
-
-    **Important**
-
-    To use custom RSS feeds you need to turn on the rss.pl cron job.
-
-`OPAC Self Registration <#selfregistration>`__
-----------------------------------------------
-
-If you allow it, patrons can register for their own accounts via the
-OPAC. If you have the
-`PatronSelfRegistration <#PatronSelfRegistration>`__ preference set to
-'Allow' then patrons will see a link to register below the log in box on
-the right of the main OPAC page.
-
-Registration link in OPAC
-|image999|
-
-When the patron clicks the 'Register here' link they will be brough to a
-registration page. The options on the registration page can be conrolled
-by editing the
-`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-and the
-`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-preferences.
-
-Registration form
-|image1000|
-
-Once the patron has confirmed submitted their registration they will
-either be sent an email to confirm their account (if you have the
-`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-preference to require this) or presented with their new username and
-password.
-
-New account confirmation
-|image1001|
-
-Patrons registered in this way will not have a cardnumber until assigned
-one by the library, but will have access to all OPAC functionality
-immediately. For this reason it is recommended that you:
-
--  set up a provisional `patron category <#addingpatroncat>`__ for self
-   registered patrons (such as 'Self Registered) instead of using an
-   existing patron category and set that value in the
-   `PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
-   preference
-
--  give this patron category minimal circulation privileges in the
-   `Circulation and Fine Rules <#circfinerules>`__ (such as allowing a
-   couple holds, but no check outs)
-
-That way patrons will either have to come in to the library to verify
-their identity before given a cardnumber and the ability to check items
-out or the library will have to come up with internal policy on
-generating cardnumbers before providing them to self registered patrons.
-Once this is done the library can change the category to one that is
-more appropriate (be it an adult, resident, non resident, student, etc)
-and add a cardnumber/barcode.
-
-`My Account <#opacmyaccount>`__
--------------------------------
-
-From the OPAC patrons can log in and access their account if you have
-set the `opacuserlogin <#opacuserlogin>`__ preference to 'Allow'. Once
-logged in patrons are brought to their account summary. If you would
-like to get to your account in the OPAC, you can click on your name in
-the top right of any page in the OPAC.
-
-`Resetting your password <#resetpwopac>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have the `OpacResetPassword <#OpacResetPassword>`__ set to allow
-patrons to reset their password they can click 'Forgot your password?'
-link found under the log in box to reset their passwords.
-
-'Forgot your password?' link
-|image1002|
-
-Once clicked they will be presented with a form asking for their
-username and their email address (patrons must have an email address on
-file to reset their password).Recover password
-
-The system will then email the patron instructions for resetting their
-password.Reset password confirmation
-
-`My Summary <#opacmysummary>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-My Summary
-|image1003|
-
-From the 'my summary' tab, patrons will see all of the items they have
-checked out with the overdue items highlighted in red. If you have
-`OpacRenewalAllowed <#OpacRenewalAllowed>`__ set to 'Allow' then your
-patrons will be able to renew their books right from the OPAC. If you
-have HTML entered in the `OPACMySummaryHTML <#OPACMySummaryHTML>`__
-preference then you will see that to the right of the 'Fines' column.
-
-Checked out tab with OPACMySummaryHTML set
-|image1004|
-
-If your patrons would like to see the items barcodes on their list of
-checked out items you can set up a `patron
-attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
-`authorized value <#authorizedvalues>`__ of YES\_NO.
-
-Add SHOW\_BCODE patron attribute
-|image1005|
-
-Then on the `patron's record set the value <#editpatrons>`__ for
-SHOW\_BCODE to yes.
-
-Setting value for SHOW\_BCODE on patron record
-|image1006|
-
-This will add a column to the check out summary in the OPAC that shows
-the patrons the barcodes of the items they have checked out.
-
-Barcode number on checkout list in OPAC
-|image1007|
-
-If their guarantee has allowed it via `their
-privacy <#opacmyprivacy>`__, when the guarantor logs in they will see a
-tab labeled "Relatives' checkouts" on their summary tab.Relatives'
-checkouts
-
-Clicking on the 'Overdue' tab will show only the items that are overdue.
-
-Overdue Items
-|image1008|
-
-The 'Fines' tab will show just a total of what the patron owes. Clicking
-on the total will take them to the 'my fines' tab where they will see a
-complete breakdown of their fines and bills. If you don't charge fines
-at your library you can turn the display of these tabs off by setting
-the `OPACFinesTab <#OPACFinesTab>`__ preference to 'Don't Allow.'
-
-Patron Fines
-|image1009|
-
-Finally, clicking on the 'Holds' tab will show the patron the status of
-all of the items they have on hold.
-
-Patron holds status
-|image1010|
-
-Patrons can cancel or suspend (depending on the value of your
-`SuspendHoldsOpac <#SuspendHoldsOpac>`__ system preference) their own
-holds if they are not in transit or already waiting for them. When they
-click 'Suspend' they will be presented with the option to choose a date
-for their hold to resume.Suspend until
-
-They can also suspend all of their holds indefinitely or until a
-specific date if they choose by filling in the suspend options at the
-bottom of the page.
-
-    **Note**
-
-    If you have your
-    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
-    set to "Don't allow" then you will not have the option to put an end
-    date on the hold suspension
-
-`Patron Flags <#opacmyaccount-flags>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have `flagged your patron's account <#patronflags>`__ they may
-see one of the following error messages at the top of their account.
-
--  Card marked as lost
-
-   Library card lost
-   |image1011|
-
--  Patron address in question
-
-   Patron address in question
-   |image1012|
-
-   -  **Note**
-
-          this error message will not include a link to the update form
-          if you have `OPACPatronDetails <#OPACPatronDetails>`__ set to
-          'Don't allow'
-
--  Patron marked restricted
-
-   Patron restricted
-   |image1013|
-
-`My Fines <#opacmyfines>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library charges fines the next tab on the left is 'my fines.'
-Opening this tab will show the patron an entire history of their
-accounting at the library.
-
-Library Fines & Charges
-|image1014|
-
-If you are allowing patrons to pay their fines using PayPal with the
-`EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__ preference
-there will be checkboxes to the left of each fine with an outstanding
-amount.Fines with checkboxes
-
-At the bottom the patron will see the option to pay with PayPal for the
-items they have checked.
-
-PayPal Payment
-|image1015|
-
-After paying they will be presented with a confirmationPayPal
-Confirmation
-
-And you will see that the fine was paid using PayPal on the staff
-side.Staff side fines
-
-`My Details <#opacmydetails>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have your `OPACPatronDetails <#OPACPatronDetails>`__ preference
-set to 'Allow', your patrons will see a form filled in with their
-contacting information by clicking on the 'my personal details' tab. You
-can control what fields patrons see and can modify via the OPAC by
-setting the
-`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-preferences.
-
-Patron's personal details
-|image1016|
-
-Patrons can edit their details in this form and click 'Submit Changes'
-to have their edits sent to the library for review before their record
-is updated. Staff will see all patrons requesting modification to their
-record listed below the modules on the main dashboard along with
-anything else awaiting library attention.
-
-Patron requests waiting review
-|image1017|
-
-If the `OPACPatronDetails <#OPACPatronDetails>`__ preference is set to
-'Don't allow' then patrons will simply see their details and a message
-stating that they should contact the library for changes.
-
-Patron's personal details with no edits
-|image1018|
-
-`My Tags <#opacmytags>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library has `TagsEnabled <#TagsEnabled>`__ set to 'Allowed' then
-the next tab on the left will be 'my tags.' This tab will show patrons
-all of the tags in the system as a cloud and then all of the tags they
-have applied in a list format. From here patrons have the ability to
-remove tags that they have added if they want.
-
-Patron's tags
-|image1019|
-
-`Change My Password <#opacmypassword>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Next, if you have `OpacPasswordChange <#OpacPasswordChange>`__ set to
-'Allow' the next tab will be 'change my password,' where patrons can
-change their password for logging into the OPAC. Patrons will be
-presented with a standard form asking them to enter their old password
-and then their new password twice.
-
-Change my password
-|image1020|
-
-`My Search History <#opacmysearchistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have your `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
-preference set to 'Allow' then your patrons can access their search
-history via the 'my search history' tab.
-
-my search history tab
-|image1021|
-
-The search history is a record of all searches run by the patron.
-Clicking on any of the search phrases will re-run the search for the
-patron. The search history can be deleted by the patron at any time by
-clicking the 'Delete your search history' link found at the top of this
-tab or by clicking the little red 'x' next to the 'Search history' link
-at the top right of the OPAC.
-
-Search history link at the top right of the OPAC
-|image1022|
-
-`My Reading History <#opacmyhistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Depending on your library's setting for
-`opacreadinghistory <#opacreadinghistory>`__ your patrons may see the
-'my reading history' tab next. This will show the patron their entire
-reading history unless they have asked the library to not keep that
-information via the 'my privacy' tab which will appear if you have the
-`OPACPrivacy <#OPACPrivacy>`__ preference set to 'Allow.'
-
-Patron reading history
-|image1023|
-
-If you have HTML entered in the
-`OPACMySummaryHTML <#OPACMySummaryHTML>`__ preference then you will see
-that to the right of the 'Date' column.
-
-`My Privacy <#opacmyprivacy>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The 'my privacy' tab will appear if you have both the
-`opacreadinghistory <#opacreadinghistory>`__ and the
-`OPACPrivacy <#OPACPrivacy>`__ preferences set to 'Allow.' This tab will
-allow the patrons to decide how the library keeps their circulation
-history data.
-
-my privacy tab
-|image1024|
-
-The patron can choose from three options:
-
--  Forever: keep my reading history without limit. This is the option
-   for users who want to keep track of what they are reading.
-
--  Default: keep my reading history according to local laws. This is the
-   default option : the library will keep your reading history for the
-   duration permitted by local laws.
-
--  Never: Delete my reading history immediately. This will delete all
-   record of the item that was checked-out upon check-in.
-
-Depending on the patron's suggestions the contents of the '`my reading
-history <#opacmyhistory>`__' tab and the '`Circulation
-History <#circhistory>`__' tab in the staff client may change.
-
-Regardless of the patron's choice they can delete their reading history
-in bulk at any time by clicking the 'Immediate deletion' button.
-
-Delete Circulation History
-|image1025|
-
-Clicking this button will not delete items that are currently checked
-out, but will clear the patron's past reading history.
-
-    **Important**
-
-    In order for the patron to be able to delete their reading history
-    you must have the `AnonymousPatron <#AnonymousPatron>`__ preference
-    set.
-
-If you're allowing guarantees to grand permission to their guarantors to
-view their current checkouts with the
-`AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
-preference they will see that option on this
-screen.AllowPatronToSetCheckoutsVisibilityForGuarantor
-
-When the guarantor logs in they will see a tab labeled "Relatives'
-checkouts" on their summary tab.Relatives' checkouts
-
-`My Purchase Suggestions <#opacmysuggestions>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library allows patrons to make purchase suggestions the next tab
-will show all suggestions that the patron made to the library and their
-statuses. To disable this tab and the suggestion functionality set the
-`suggestion <#suggestionspref>`__ preference to 'Don't allow.'
-
-Patron purchase suggestions
-|image1026|
-
-If you have `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
-set to 'Show' then patrons will be able to search suggestions from the
-top of this list.
-
-`My Messaging <#opacmymsgs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library has the
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ and the
-`EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
-preferences set to 'Allow' then your patrons will be able to choose
-which messages they receive from the library (with the exception of
-overdue notices which the library controls).
-
-Patron messaging preferences
-|image1027|
-
-If you use an outside driver for sending text messages set with the
-`SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
-additional column to receive these messages as SMS (or text messages)
-and a field for a cell (or SMS) number.
-
-SMSSendDriver in the OPAC
-|image1028|
-
-If you are using the Email protocol for sending text messages set with
-the `SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
-additional column to receive these messages as SMS (or text messages), a
-field for a cell (or SMS) number, and a pull down listing `cellular
-providers entered in administration <#smsadmin>`__.
-
-SMSSendDriver in the OPAC
-|image1029|
-
-If you are using the `Itiva Talking
-Tech <#TalkingTechItivaPhoneNotification>`__ service you will see an
-additional column to receive these messages via Phone.Phone messaging
-preferences in the OPAC
-
--  These notices are:
-
-   -  Advanced notice : A notice in advance of the patron's items being
-      due (The patron can choose the number of days in advance)
-
-   -  Item checkout : A notice that lists all the of the items the
-      patron has just checked out and/or renewed, this is an electronic
-      form of the checkout receipt
-
-   -  Hold filled : A notice when you have confirmed the hold is waiting
-      for the patron
-
-   -  Item due : A notice on the day and item is due back at the library
-
-   -  Item check-in : A notice that lists all the of the items the
-      patron has just checked in
-
-Patrons can choose to receive their notices as a digest by checking the
-'Digest only?' box along with the delivery method. A digest is a
-combination of all the messages of that type (so all items due in 3 days
-in one email) in to one email instead of multiple emails for each alert.
-
-    **Important**
-
-    You must choose a delivery method (SMS or Email or Phone) along with
-    'Digest only?' if you would like to receive a digest of the
-    messages.
-
-`My Lists <#opacmylists>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Finally, if your library has the `virtualshelves <#virtualshelves>`__
-set to 'Allow' then the last tab will by 'my lists.' From here your
-patrons can review public lists and create or edit their own private
-lists.
-
-Patron lists
-|image1030|
-
-`Ask for a Discharge <#opacdischarge>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have enabled the `useDischarge <#useDischarge>`__ preference then
-patrons will be able to request a discharge via the OPAC.Discharge tab
-
-From here patrons can request a discharge
-
-Request discharge
-|image1031|
-
-And will receive confirmation of their request.
-
-Discharge confirmation
-|image1032|
-
-`Purchase Suggestions <#purchasesuggest>`__
--------------------------------------------
-
-If your library has the `suggestion <#suggestionspref>`__ preference set
-to 'Allow' then patrons will have the option to make purchase
-suggestions in several areas in the OPAC.
-
-If you are allowing everyone to see the purchase suggestions made by
-others with the
-`OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ preference,
-then there will be a link at the top of your OPAC under the search box.
-
-Purchase Suggestions Link on Search Box
-|image1033|
-
-There will be a link when the patron finds nothing for their search.
-
-Purchase Suggestion Link from Search Results
-|image1034|
-
-And there will be a link on the patron's `My Purchase
-Suggestions <#opacmysuggestions>`__ tab.
-
-Purchase Suggestion from My Purchase Suggestions Tab
-|image1035|
-
-Clicking any one of these links will open the purchase suggestion form.
-
-New Purchase Suggestion
-|image1036|
-
--  From the form on the 'Title' is required by the library.
-
--  The Item type list can be edited by editing the SUGGEST\_FORMAT
-   `authorized value <#authorizedvalues>`__.
-
--  If you would like the 'Reason for suggestion' menu shown in the
-   screenshot above to appear on your suggestions list you need to add
-   an `authorized value <#authorizedvalues>`__ category titled
-   'OPAC\_SUG' and include reasons as values in that list.
-
--  If you would like the patron to be able to choose which branch they
-   are making a suggestion for you need to set the
-   `AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
-   preference to 'Allow'
-
-Once the form is submitted the data will be saved to the
-`Acquisitions <#managesuggest>`__ module for the librarians to manage.
-
-Searching
-=========
-
-`Advanced Search Prefixes <#searchprefixes>`__
-----------------------------------------------
-
-The following prefixes can be added to search terms in the keyword
-search box to limit items returned
-
--  ti: title search
-
-   -  ex. ti:hamlet
-
--  su: subject search
-
-   -  ex. su:cooking
-
--  pb: publisher search
-
-   -  ex. pb:penguin
-
--  au: author search
-
-   -  ex. au:rowling
-
--  su-geo: geographic subjects
-
-   -  ex. su-geo:wales and kw:description and kw:travel
-
--  bc: barcode
-
-   -  ex. bc:502326000912
-
--  lex: lexile
-
-   -  levels lex:510
-
-`Guide to Searching <#searchguide>`__
--------------------------------------
-
-This brief guide will explain a chart that shows a sample of how a
-MARC21 database can be configured, as well as a brief introductory
-searching guide. The indexing fields described in this document relate
-to the bibliographic data and does not address authority database
-indexing.
-
-`Indexing and Searching Description <#searchguide-indexing>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Koha's databases are indexed by the Zebra open-source software. The
-overview to the documentation describes Zebra as:
-
-    "...Zebra is a high-performance, general-purpose structured text
-    indexing and retrieval engine. It reads records in a variety of
-    input formats (eg. email, XML, MARC) and provides access to them
-    through a powerful combination of Boolean search expressions and
-    relevance-ranked free-text queries.
-
-    Zebra supports large databases (tens of millions of records, tens of
-    gigabytes of data). It allows safe, incremental database updates on
-    live systems. Because Zebra supports the industry-standard
-    information retrieval protocol, Z39.50, you can search Zebra
-    databases using an enormous variety of programs and toolkits, both
-    commercial and free, which understands this protocol..." Zebra -
-    User's Guide and Reference, p. 1,
-    http://www.indexdata.dk/zebra/doc/zebra.pdf
-
-This brief guide will explain a chart that shows a sample of how a
-MARC21 database can be configured, as well as a brief introductory
-searching guide. The indexing fields described in this document relate
-to the bibliographic data and does not address authority database
-indexing.
-
-    **Note**
-
-    The indexing described in this document is the set used by
-    SouthEastern University. Your local indexing may vary.
-
-`Indexing Configuration <#searchguide-indexconfig>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are three configuration files that Koha uses while indexing.
-
-The first configuration file (etc/zebradb/biblios/etc/bib1.att) contains
-the Z39.50 bib-1 attribute list, plus the Koha local use attributes for
-Biblio Indexes, Items Index, and Fixed Fields and other special indexes.
-The Z39.50 Bib-1 profile is made up of several different types of
-attributes: Use, Relation, Position, Structure, Truncation, and
-Completeness. The bib-1 'Use' attribute is represented on the chart; the
-other attributes are used primarily when doing searches. While there are
-over 150+ use attributes that could be used to define your indexing set,
-it's unlikely that you will choose to use them all. The attributes you
-elect to use are those that become the indexing rules for your database.
-The other five attribute sets define the various ways that a search can
-be further defined, and will not specifically be addressed in this
-document. For a complete list of the standard Bib-1 attributes, go to
-http://www.loc.gov/z3950/agency/defns/bib1.html.
-
-The second file is
-etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/record.abs if you use
-grs1 indexing [the default until 3.16] or
-etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/biblio-koha-indexdefs.xml
-if you use dom indexing [the default from 3.18]. Either files contains
-the abstract syntax which maps the MARC21 tags to the set of Use
-Attributes you choose to use. To be more precise the xml file to be
-activate needs to be transform into biblio-zebra-indexdefs.xsl, read the
-head of biblio-zebra-indexdefs.xsl to know more about this topic. The
-rules established in this file provides a passable Bath level 0 and 1
-service, which includes author, title, subject, keyword and exact
-services such as standard identifiers (LCCN, ISBN, ISSN, etc.)
-
-The third file (etc/zebradb/ccl.properties) is the Common Command
-Language (CCL) field mappings. This file combines the bib-1 attribute
-set file and the abstract file and adds the qualifiers, usually known as
-index names. The qualifiers, or indexes, for this database are: pn, cpn,
-cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su, su-to, su-geo, su-ut,
-yr,pubdate, acqdate, ln, pl, ab, nt, rtype, mc-rtype, mus, au, su-na,
-kw, pb, ctype, and an.
-
-The `Koha Indexing Chart <#kohasearchindexes>`__ summarizes the contents
-of all three of these files in a more readable format. The first two
-columns labeled Z39.50 attribute and Z39.50 name matches the Z39.50
-bib-1 attributes file. The third column labeled MARC tags indexed is
-where you find which MARC tags are mapped to an attribute. The fourth
-column labeled Qualifiers identifies the search abbreviations used in
-the internal CCL query. The following description provides a definition
-for the word 'qualifiers'.
-
-*Qualifiers are used to direct the search to a particular searchable
-index, such as title (ti) and author indexes (au). The CCL standard
-itself doesn't specify a particular set of qualifiers, but it does
-suggest a few shorthand notations. You can customize the CCL parser to
-support a particular set of qualifiers to reflect the current target
-profile. Traditionally, a qualifier would map to a particular
-use-attribute within the BIB-1attribute set. It is also possible to set
-other attributes, such as the structure attribute.*
-
-In the MARC tags indexed column, there are some conventions used that
-have specific meanings. They are:
-
--  A three digit tag (100) means that all subfields in the tag can be
-   used in a search query. So, if you enter a search for 'Jackson' as an
-   author, you will retrieve records where Jackson could be the last
-   name or the first name.
-
--  A three digit tag that has a '$' followed by a letter (600$a) means
-   that a search query will only search the 'a' subfield.
-
--  A three digit tag that is followed by a ':' and a letter (240:w)
-   means that a search query can be further qualified. The letter
-   following the ':' identifies how to conduct the search. The most
-   common values you'll see are 'w' (word), 'p' (phrase), 's' (sort),
-   and 'n' (numeric).
-
-The contents of the MARC tags, subfields, and/or fixed field elements
-that are listed in this chart are all indexed. You'll see that every
-attribute line is not mapped to a specific qualifier (index)-LC card
-number, line 9 is one example. However, every indexed word (a string of
-characters preceded and succeeded by a space) can be searched using a
-keyword (kw) search. So, although an LC card number specific index
-doesn't exist, you can still search by the LCCN since tag 010 is
-assigned to the LC-card-number attribute. To verify this, enter 72180055
-in the persistent search box. You should retrieve The gods themselves,
-by Isaac Asimov.
-
-Examples of fixed field elements indexing can be seen on the chart
-between Attribute 8822 and Attribute 8703. These attributes are most
-commonly used for limiting. The fixed field attributes currently
-represent the BK codes. Other format codes, if needed, could be defined.
-
-`Basic Searching <#searchguide-basics>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The search box that library staff and library patrons will see most
-often is the persistent search box at the top of the page. Koha
-interprets the searches as keyword searches.
-
-Koha search box
-|image1037|
-
-To start a search, you enter a word or multiple words in the search box.
-When a single word is entered, a keyword search is performed. You can
-check this out by typing one word into the form and note the number of
-results located. Then, repeat the search with a minor change. In front
-of the search word, type 'kw=' followed by the same search term. The
-results will be identical.
-
-When you have more than one word in the search box, Koha will still do a
-keyword search, but a bit differently. Each word will be searched on its
-own, then the Boolean connector 'and' will narrow your search to those
-items with all words contained in matching records.
-
-Suppose you want to find material about how libraries are using mashups.
-You'll select the major words and enter them into the persistent search
-box.
-
-Keyword Search
-|image1038|
-
-The response to this search is:
-
-Results
-|image1039|
-
-The order of the words does not affect the retrieval results, so you
-could also enter the search as "mashups library". The response to this
-search is results
-
-Results
-|image1040|
-
-Too many words in the search box will find very few matches, as the
-following example illustrates:
-
-No results found
-|image1041|
-
-`Advanced Searching <#searchguide-advanced>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When you can't find the most appropriate material with a general search,
-you can move to the Advanced Search page by clicking on the Search
-option on the persistent toolbar.
-
-Koha Menu
-|image1042|
-
-The Advanced Search page offers many ways to limit the results of your
-search. You can search using the Boolean operators AND, OR, and NOT;
-limit by item type; limit by year and language; limit by subtypes
-audience, content, format, or additional content types; by location and
-by availability.
-
-The first limiting section on the Advanced Search page provides a quick
-and simple way to use the Boolean operators in your search. Note that
-this display depends on a system preference setting. This option can be
-found on the Administration > System Preferences > Searching page. The
-option called `expandedSearchOption <#expandedSearchOption>`__ must be
-set to 'show' to see the following display.
-
-Advanced Search Options
-|image1043|
-
-In this section you can choose among the many indexes by clicking on the
-arrow in the first box. The blank box that follows is where you enter
-your first search term or terms. On the second line, you can choose the
-Boolean operator you want to use in your search. The options are 'and',
-'or', and 'not'. Then, you would again choose the index to search,
-followed by the second term or terms. If you have more concepts you want
-to include in your search, you can click the [+] to add another line for
-your search.
-
-A sample search is shown next, followed by its results:
-
-Advanced Search
-|image1044|
-
-Results from Advanced Search
-|image1045|
-
-When you use the Boolean operators to broaden or narrow a search,
-remember the action of each operator. The 'and' operator narrows the
-results you'll retrieve because the search will retrieve the records
-that include all your search terms. The 'or' operator expands the
-results because the search will look for occurrences of all of your
-search terms. The 'not' operator excludes records with the term that
-follows the operator.
-
-Note: If you leave this `expandedSearchOption <#expandedSearchOption>`__
-set to 'don't show', this is the display you will see:
-
-Fewer Search Options
-|image1046|
-
-The Advanced Search page then shows the multiple kinds of limits that
-can be applied to your search results. Either check a box or select from
-the drop down menus to narrow your search. You will type the year, year
-range, or a 'greater than (>)' or 'less than (<)' year.
-
-Other Advanced Search Options
-|image1047|
-
-Finally, you can choose how the results will be sorted. The pre-defined
-sort options are in the final area of the Advanced Search screen.
-
-Sort Results By
-|image1048|
-
-The default sort is by relevance, although you can choose to sort by
-author, by title, by call number, by dates, or by popularity (which uses
-the information on total issues found in the items table). If you would
-prefer a different default sort, you can set
-`defaultSortField <#defaultSortField>`__ to one of the other choices in
-Administration > System Preferences > Searching.
-
-`Item Searching <#searchguide-itemsearch>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are looking for specific items you can use the item search engine
-in the staff client to find them.
-
--  *Get there:* Search > Go to item search
-
-At the top of the advanced search page in the staff client you will see
-a link to 'Go to item search'Item search link
-
-Clicking that link will open up a item specific search engine.Item
-search
-
-Using the search form that is presented you can find a list of specific
-items that can be output to the screen or to a CSV file. If your results
-are printed to the screen you will have the option to narrow your search
-further using filters at the top.Item search results
-
-`Common Command Language Searching <#searchguide-ccl>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Koha uses the Common Command Language (CCL) (ISO 8777) as its internal
-search protocol. Searches initiated in the graphical interface use this
-protocol as well, although the searcher doesn't know which indexes,
-operators and limiters are available and being used to conduct their
-search. The searcher can use the Advanced Search when more precise
-results set are desired and where the search indexes are somewhat known.
-However, some library users and many library staff prefer using a
-command based structure. This part of the document will present and
-explain the use of the Koha command based structure. The indexes,
-operators, and limiters used are identical to those used in the
-graphical interface.
-
-`Indexes <#searchguide-indexes>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The CCL standard itself doesn't specify a particular set of qualifiers
-(indexes), but it does suggest a few short-hand notations such as 'ti',
-'au', and 'su'. Koha has a default set of indexes; it's possible to
-customize that set by adding needed indexes based on local requirements.
-A qualifier (index) maps to a particular use-attribute within the Z39.50
-BIB-1 attribute set. The complete Z39.50 Bib-1 Attribute can be viewed
-at http://www.loc.gov/z3950/agency/defns/bib1.html.
-
-The standard Koha set of indexes is a fairly common example of MARC21
-indexing rules. The indexes that are defined in Koha are indexes
-typically used by other integrated library systems. The defined Z39.50
-Bib-1 Attribute mapped to the indexes include:
-
-+--------------------------------+----------------------------+
-| Bib-1 Attribute                | Qualifier (index)          |
-+================================+============================+
-| Personal-name                  | pn                         |
-+--------------------------------+----------------------------+
-| Corporate-name                 | cpn                        |
-+--------------------------------+----------------------------+
-| Conference-name                | cfn                        |
-+--------------------------------+----------------------------+
-| Title                          | ti                         |
-+--------------------------------+----------------------------+
-| Title-series                   | se                         |
-+--------------------------------+----------------------------+
-| Title-uniform                  | ut                         |
-+--------------------------------+----------------------------+
-| ISBN                           | nb                         |
-+--------------------------------+----------------------------+
-| ISSN                           | ns                         |
-+--------------------------------+----------------------------+
-| Local number                   | sn                         |
-+--------------------------------+----------------------------+
-| Local-classification           | lcn and callnum            |
-+--------------------------------+----------------------------+
-| Subject                        | su, su-to, su-geo, su-ut   |
-+--------------------------------+----------------------------+
-| Pubdate                        | yr,pubdate                 |
-+--------------------------------+----------------------------+
-| Date-of-Acquisition            | acqdate                    |
-+--------------------------------+----------------------------+
-| Language                       | ln                         |
-+--------------------------------+----------------------------+
-| Place-of-publication           | pl                         |
-+--------------------------------+----------------------------+
-| Abstract                       | ab                         |
-+--------------------------------+----------------------------+
-| Notes                          | nt                         |
-+--------------------------------+----------------------------+
-| Record-type                    | rtype, mc-rtype, mus       |
-+--------------------------------+----------------------------+
-| Author                         | au, aut                    |
-+--------------------------------+----------------------------+
-| Subject-person-name            | su-na                      |
-+--------------------------------+----------------------------+
-| Any (keyword)                  | kw                         |
-+--------------------------------+----------------------------+
-| Publisher                      | pb                         |
-+--------------------------------+----------------------------+
-| Content-type                   | ctype                      |
-+--------------------------------+----------------------------+
-| Koha-Auth-Number               | an                         |
-+--------------------------------+----------------------------+
-| Author-personal-bibliography   | aub                        |
-+--------------------------------+----------------------------+
-| Author-in-order                | auo                        |
-+--------------------------------+----------------------------+
-
-Table: Attributes
-
-Refer to the `Koha Indexing Chart <#kohasearchindexes>`__ for the MARC21
-tags mapped to each Bib-1 Attribute and index combination.
-
-`Audience Examples <#search-audexamp>`__
-''''''''''''''''''''''''''''''''''''''''
-
--  aud:a Preschool
-
--  aud:b Primary
-
--  aud:c Pre-Adolescent
-
--  aud:d Adolescent
-
--  aud:e Adult
-
--  aud:f Specialized
-
--  aud:g General
-
--  aud:j Juvenile
-
-`Contents Examples <#search-contentsexamp>`__
-'''''''''''''''''''''''''''''''''''''''''''''
-
--  fic:1 Fiction
-
--  fic:0 Non Fiction
-
--  bio:b Biography
-
--  mus:j Musical recording
-
--  mus:I Non musical record
-
-`Search Syntax <#searchguide-syntax>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In the persistent search box, single words generally retrieve large
-sets. To narrow a search, you can use multiple words. Koha automatically
-uses the 'and' Boolean operator to create a set of records matching your
-input. When you want to narrow the search to an author or a title or a
-subject or some other specific field or use a Boolean operator, there
-isn't an obvious way to accomplish that specificity. The library user
-can, of course, go to the Advanced Search page; however, if you know how
-to construct a CCL search, you can achieve more specificity while using
-the persistent search box on any page.
-
-There is a specific order to the CCL search syntax. Although it can be
-used for simple searches, it is an especially effective way to perform
-complex searches, as it affords you a great deal of control over your
-search results. To construct a CCL search, first enter a desired index
-code, then an equal sign, followed by your search word(s). Following are
-examples of simple CCL searches.
-
--  ti=principles of accounting
-
--  au=brown joseph
-
--  su=poetry
-
--  su-na=Shakespeare
-
--  kw=marlin
-
-You can refine your search by combining search terms with Boolean
-operators 'and', 'or', or 'not'. Following are examples of searches
-using Boolean operators.
-
--  ti=principles of accounting and au=brown joseph
-
--  su=poetry not su-na=Shakespeare
-
--  kw=communication and su=debate
-
-You can also choose to search for things that start with a character or
-series of characters
-
--  ti,first-in-subfield=C (will show you all titles that start with the
-   letter 'C')
-
-Other string location searches can be performed with the following
-keywords:
-
--  rtrn : right truncation
-
--  ltrn : left truncation
-
--  lrtrn : left and right truncation
-
--  st-date : type date
-
--  st-numeric : type number (integer)
-
--  ext : exact search on whole subfield (does not work with icu)
-
--  phr : search on phrase anywhere in the subfield
-
--  startswithnt : subfield starts with
-
-Using specific indexes and Boolean operators are not the only way a
-search can be refined. You can also refine your search as a phrase when
-looking for a title, author, or subject. The syntax for this search is
-*index,phr=search words*.
-
-To illustrate the results of various search types, a search was done for
-the words 'supreme court'. The results illustrate that the search index
-and the word order make a difference in search results. Only the results
-count and the search itself is in these examples. The search executed
-will always be between the single quotes.
-
-Sample Search 1
-|image1049|
-
-Sample Search 2
-|image1050|
-
-Sample Search 3
-|image1051|
-
-Sample Search 4
-|image1052|
-
-Sample Search 5
-|image1053|
-
-Sample Search 6
-|image1054|
-
-Sample Search 7
-|image1055|
-
-Sample Search 8
-|image1056|
-
-Sample Search 9
-|image1057|
-
-You can also choose to use limiters in your search query. Some common
-limiters include dates, languages, record types, and item types. In the
-Advance Search, you can either click a box or key in data to limit your
-search. You can also apply the same limits with CCL by using the syntax
-in the following examples. In all
-
-*By Date: su=supreme court and yr,st-numeric=>2000*
-
-Sample Search 10
-|image1058|
-
-When you limit by date, you can use the '>' (greater than), '<' (less
-than), '=' (equal), or 'yyyy-yyyy' (range) symbols.
-
-*By Item Type: su=nursing and itype:BK*
-
-Sample Search 11
-|image1059|
-
-Each library will have a different set of item types defined in their
-circulation configuration. When you set up item types, you define a code
-and a name for each one. The name will appear on the Advance Search
-page. The code you assigned is used as a CCL search limit, formatted as
-'itype:x', where 'x' is the assigned code. The initial set of item types
-in Koha will usually be edited to reflect your collections, so your item
-type limiters may be different than the initial ones. The initial item
-type limiters follow.
-
--  itype:BKS Books, Booklets, Workbooks
-
--  itype:SR Audio Cassettes, CDs
-
--  itype:IR Binders
-
--  itype:CF CD-ROMs, DVD-ROMs, General Online Resources
-
--  itype:VR DVDs, VHS
-
--  itype:KT Kit
-
--  itype:AR Models
-
--  itype:SER Serials
-
-*By format: su=supreme court not l-format:sr*
-
-Sample Search 12
-|image1060|
-
-The format limiters are derived from a combination of LDR, 006 and 007
-positions. The formats that are currently defined are the following.
-
--  l-format:ta Regular print
-
--  l-format:tb Large print
-
--  l-format:fk Braille
-
--  l-format:sd CD audio
-
--  l-format:ss Cassette recording
-
--  l-format:vf VHS tape
-
--  l-format:vd DVD video
-
--  l-format:co CD software
-
--  l-format:cr Website
-
-*By content type: su=supreme court not ctype:l*
-
-Sample Search 13
-|image1061|
-
-The content types are taken from the 008 MARC tag, positions 24-27.
-
-There are two other limiter types that are not described in this
-document. They are: Audience and Content. The only difference in the
-syntax of the CCL is the actual limiter. They are reproduced here just
-in case you would like to use these limiters.
-
-`Koha Search Indexes <#kohasearchindexes>`__
---------------------------------------------
-
-By default, not all fields are indexed in the Zebra search engine, but
-many are. Below are the MARC21 fields that are indexed in Zebra.
-
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+================+====================================================================================================================================================================================================================================================================================================================================================================================================================================+
-| Leader/06      | Record-type, rtype                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Leader/07      | Bib-level                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Leader/06-07   | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 001            | Control-number                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 005            | Date/time-last-modified, dtlm, date-time-last-modified                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 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)                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 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)   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 010            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 011            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 015            | BNB-card-number, BGF-number, Number-db, Number-natl-biblio, Identifier-standard                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 017            | Number-legal-deposit, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 018            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 020$a          | ISBN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 020            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 022$a          | ISSN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 022            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 023            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 024$a          | Identifier-other                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 024            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 025            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 027            | Report-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 028            | Number-music-publisher, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 030            | CODEN, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 034            | Map-scale                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 037            | Identifier-standard, Stock-number                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 040            | Code-institution, Record-source                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$a          | ln-audio                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$h          | language-original                                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$j          | ln-subtitle                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041            | ln                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 043            | Code-geographic                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 050$b          | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 050            | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 052            | Geographic-class                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 060            | NLM-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 070            | NAL-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 080            | UDC-classification                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 082            | Dewey-classification:w, Dewey-classification:s                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 086            | Number-govt-pub                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100$a          | Author,Author:p, Author:s, Editor, Author-personal-bibliography, Author-personal-bibliography:p, Author-personal-bibliography:s                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100            | Author, Author-title, Author-name-personal, Name, Name-and-title, Personal-name                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 110$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 110            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Corporate-name                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 111$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 111            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Conference-name                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 210            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 211            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 212            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 214            | Title, Title-expanded                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 222            | Title, Title-key                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240            | Title:w, Title:p, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243            | Title:w, Title:p, Title-collective                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$a          | Title-cover:w, Title-cover:p, Title-cover:s, Title:w, Title:p, Title:s                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$c          | Author, Author-in-order:w, Author-in-order:p, Author-in-order:s                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245            | Title:w, Title:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 246            | Title, Title:p, Title-abbreviated, Title-expanded, Title-former                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 247            | Title, Title:p, Title-former, Title-other-variant, Related-periodical                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$a          | pl:w, pl:p                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$b          | Publisher:w, Publisher:p                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$c          | copydate, copydate:s                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260            | Provider, pl                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 264            | Provider                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 300            | Extent:w, Extent:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$t          | Author-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411            | Author, Conference-name                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411$t          | Author-title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440            | Title-series:w, Title-series:p, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 500            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 502            | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505$r          | Author                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 510            | Indexed-by                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 520            | Abstract:w, Abstract:p                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 521$a          | lex:n                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 526$c          | arl, arl:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 526$d          | arp, arp:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 590            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$a          | Name-and-title, Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$t          | Name-and-title, Title, Subject                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600            | Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610            | Name, Subject, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611            | Conference-name                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611            | Name, Subject                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 650$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 650            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 651$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 651            | Name-geographic, Subject,Subject:p                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 652$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 653$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 653            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 654$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 654            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 655$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 655            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 656$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 656            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 657$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 657            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 690$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 690            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$9          | Cross-Reference, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$a          | Author, Author:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700            | Author, Author-name-corporate, Author-name-personal, Name, Editor, Personal-name                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710            | Author, Name                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$t          | Author-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711            | Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 740            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 773$t          | Host-item                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780            | Title, Title-former, Related-periodical                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 785$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 785            | Related-periodical                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 787$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810            | Author, Corporate-name, Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811            | Author, Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 830$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 830            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 840            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$0          | totalissues:n, totalissues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$2          | cn-bib-source                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$6          | cn-bib-sort:n, cn-bib-sort:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$c          | itemtype:w                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$n          | Suppress:w, Suppress:n                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$h          | cn-class                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$i          | cn-item                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$k          | cn-prefix                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$m          | cn-suffix                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$0          | withdrawn:n, withdrawn:w                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$1          | lost, lost:n                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$2          | classification-source                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$3          | materials-specified                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$4          | damaged:n, damaged:w                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$5          | restricted:n, restricted:w                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$6          | cn-sort:n, cn-sort:s                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$7          | notforloan:n, notforloan:w                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$8          | ccode                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$9          | itemnumber:n, itemnumber:s                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$a          | homebranch                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$b          | holdingbranch                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$c          | location                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$d          | Date-of-acquisition, Date-of-acquisition:d, Date-of-acquisition:s                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$e          | acqsource                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$f          | coded-location-qualifier                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$g          | price                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$j          | stack:n, stack:w                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$l          | issues:n, issues:w, issues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$m          | renewals:n, renewals:w                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$n          | reserves:n, reserves:w                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$o          | Local-classification:w, Local-classification:p, Local-classification:s                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$p          | barcode, barcode:n                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$q          | onloan:n, onloan:w                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$r          | datelastseen                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$s          | datelastborrowed                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$t          | copynumber                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$u          | uri:u                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$v          | replacementprice                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$w          | replacementpricedate                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$y          | itype:w                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$z          | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 999$c          | Local-Number:n, Local-Number:w, Local-Number:s                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 999$d          | biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Table: Indexes
-
 Plugin System
 =============