From: Lebbeous Fogle-Weekley Date: Wed, 24 Jul 2013 20:25:24 +0000 (-0400) Subject: OPAC Browse: Extra small bit of documentation about author headings X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fdyrcona%2Fbib-auth-browse-squash;p=working%2FEvergreen.git OPAC Browse: Extra small bit of documentation about author headings Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/BibAuthBrowse.txt b/docs/RELEASE_NOTES_NEXT/OPAC/BibAuthBrowse.txt index c429dec606..1f4bcac116 100644 --- a/docs/RELEASE_NOTES_NEXT/OPAC/BibAuthBrowse.txt +++ b/docs/RELEASE_NOTES_NEXT/OPAC/BibAuthBrowse.txt @@ -48,3 +48,9 @@ to enable. enabled if it suits your catalog, and can even be customized per search class (author, title, series, subject). +Also, by default, authors are indexed for browse in such a way that +relator roles like "creator" are dropped off the end of their headings. +This was an aesthetic choice. If a site wanted to display those kinds +of terms, they would update the 'config.metabib_field' table in +the database, setting 'browse_xpath' to NULL where 'field_class' = +''author'' and 'browse_field' is true.