]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Circulation/patron-pref-name.adoc
227633149f445c504c436dd34cf34cce85467fa8
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Circulation / patron-pref-name.adoc
1 Patron Preferred Name and Name Search Keywords
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 Preferred Name
5 ++++++++++++++
6
7 Adds a new set of patron preferred name fields for prefix, first,
8 middle, last, and suffix allowing patrons to provide preferred name
9 information.  Preferred names are optional and each acts as an overlay
10 to the analogous primary name field, making it possible to provide
11 preferred name values for individual fields.
12
13 For example, a patron named William Erickson may have a preferred first
14 name (pref_first_given_name) of Bill, in which case the preferred name
15 would be Bill Erickson.  Note a preferred last name is not required in
16 this case as the code uses primary name values as defaults when not
17 replaced with a preferred version.
18
19 * Patrons will see primary names displayed in the catalog when set.
20 * Staff will see both primary name and preferred name in the patron
21   summary side bar.
22 * Patron searches for any given name field will search both the primary
23   and preferred name data.
24 * Preferred name fields are available in Action/Trigger templates and
25   are present in various patron-focused print templates.
26
27 Name Keywords
28 ++++++++++++++
29
30 Adds a new field to store miscellaneous patron name search terms.  These
31 values are only for searching and do not appear in any interfaces, apart
32 from the patron summary side bar and the patron edit UI.
33
34 Included is a new search field in the patron search UI which searches
35 keyword values and all other name fields.  It's essentially a global patron
36 name keyword search.