Troubleshooting Finding Aids
From DLXS Documentation
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
[[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > [[Mounting a Finding Aids Collection]] > Troubleshooting Finding Aids | [[DLXS Wiki|Main Page]] > [[Mounting Collections: Class-specific Steps]] > [[Mounting a Finding Aids Collection]] > Troubleshooting Finding Aids | ||
+ | __TOC__ | ||
==General Techniques== | ==General Techniques== |
Current revision
Main Page > Mounting Collections: Class-specific Steps > Mounting a Finding Aids Collection > Troubleshooting Finding Aids
Contents |
[edit] General Techniques
[edit] Common Problems and Solutions
[edit] Title of Finding Aid does not show up
This is usually caused by the <origination> preceding the <unittitle> in the top level <did> element of your EAD
In the *.extra.srch file
comment out the following line:
(note that the region definitions are all on one line, but have been wrapped so they will be readable in the wiki)
## ((region "<origination".."</unittitle>") within ((region did within region archdesc) not within region dsc)); {exportfile "/l1/release/13/idx/s/samplefa/maintitle.rgn"}; export; ~sync "maintitle"; ##
copy the line but reverse the order of unittitle and origination
## ((region "<unittitle".."</origination>") within ((region did within region archdesc) not within region dsc)); {exportfile "/l1/release/13/idx/s/samplefa/maintitle.rgn"}; export; ~sync "maintitle"; ##
- make post errors
- x
- y
See also