collectionsonline icon indicating copy to clipboard operation
collectionsonline copied to clipboard

Normalise People (person) names in Index

Open jamieu opened this issue 8 years ago • 1 comments

Reminder to get this updated in the index, so that the "Summary Name" is the correct way round ("John Smith" not "Smith, John"). Will also need to remove the current workaround in the front-end once implemented.

Only for Mimsy (only when "sub_type":["person"]), AdLib names stay as is.

jamieu avatar Jul 13 '16 13:07 jamieu

Still needs fixing in index :-(

"name": [
        {
          "first_name": "Charles",
          "last_name": "Babbage",
          "primary": true,
          "type": "preferred name",
          "value": "Babbage, Charles"
        },

jamieu avatar Oct 31 '16 17:10 jamieu