Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D deichman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • digibib
  • deichman
  • Merge requests
  • !361

Merged
Created Jun 22, 2021 by Petter Goksøyr Åsen@boutrosOwner

DEICH-5766 denormalize person names

  • Overview 9
  • Commits 4
  • Changes 33

Until now, everywhere a persons name is displayed, it has been shown in its normal form: "lastname, firstname".

With this commit, the denormalized version "firstname lastname" will be shown on the deichman.no website.

The normal form (RDF prop: catalogueName) is indexed in addition to the denormalized name (RDF prop: name) so that both variants will give the same search reults.

The indexes in Fuge will continue to use the normalized variant.

Cataloguers only edit the normalized variant, as before, but the normal variant is displayed and updated according to the normalized one.

Closes DEICH-5766

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: DEICH-5766