add authority indexes table to linker
authorNicole C. Engard <nengard@gmail.com>
Fri, 19 Dec 2014 17:21:47 +0000 (11:21 -0600)
committerNicole C. Engard <nengard@gmail.com>
Fri, 19 Dec 2014 17:22:07 +0000 (11:22 -0600)
en/manual.xml

index 804b5d9..001e380 100644 (file)
@@ -1180,6 +1180,55 @@ budget_code: 922$a</programlisting></para>
             link automatically to authority records, for records added before these preferences are
             set there is a script (misc/link_bibs_to_authorities.pl) that your system administrator
             can run to link records together.</para>
+          <para>
+            <table frame="void" id="authorityindexes">
+              <caption>Authority Indexes</caption>
+              <thead>
+                <tr>
+                  <th>Index name</th>
+                  <th>Matches Marc Tag</th>
+                </tr>
+              </thead>
+              <tbody>
+                <tr>
+                  <td>LC-cardnumber</td>
+                  <td>010$a</td>
+                </tr>
+                <tr>
+                  <td>Personal-name</td>
+                  <td>100$a</td>
+                </tr>
+                <tr>
+                  <td>Corporate-name-heading</td>
+                  <td>110$a</td>
+                </tr>
+                <tr>
+                  <td>Meeting-name</td>
+                  <td>111$a</td>
+                </tr>
+                <tr>
+                  <td>Title-uniform</td>
+                  <td>130$a</td>
+                </tr>
+                <tr>
+                  <td>Chronological-term</td>
+                  <td>148$a</td>
+                </tr>
+                <tr>
+                  <td>Subject-topical</td>
+                  <td>150$a</td>
+                </tr>
+                <tr>
+                  <td>Name-geographic</td>
+                  <td>151$a</td>
+                </tr>
+                <tr>
+                  <td>Term-genre-form</td>
+                  <td>155$a</td>
+                </tr>
+              </tbody>
+            </table>
+          </para>
 
           <section id="CatalogModuleRelink">
             <title>CatalogModuleRelink</title>