Docs: Update Patron Search to add DOB
authorKatie G. Martin <bcl@blaircountylibraries.org>
Mon, 30 Apr 2018 20:36:56 +0000 (15:36 -0500)
committerRemington Steed <rjs7@calvin.edu>
Fri, 11 May 2018 15:55:22 +0000 (11:55 -0400)
Patron Search now includes DOB y/m/d -- this adds those fields to the
list of searches and adds tips for search syntax for DOB.

Updated advanced search screenshot to include the DOB search fields.

Corrected and simplified sentence about the "include inactive" checkbox.

Signed-off-by: Katie G. Martin <bcl@blaircountylibraries.org>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
docs/circulation/circulation_patron_records_web_client.adoc
docs/media/circulation_patron_records-1b_web_client.png

index a1a6cbf..4f99497 100644 (file)
@@ -35,8 +35,11 @@ Next to the _Clear Form_ button there is a button with an arrow pointing down th
 * Postal Code
 * Profile Group
 * Home Library 
+* DOB (date of birth) year
+* DOB month
+* DOB day
 
-You patrons searches may also include patrons marked ``inactive'' if you click on the _Include Inactive?_ checkbox.
+To include patrons marked ``inactive'', click on the _Include Inactive?_ checkbox.
 
 
 image::media/circulation_patron_records-1b_web_client.png[circulation_patron_records 1b]
@@ -47,6 +50,10 @@ image::media/circulation_patron_records-1b_web_client.png[circulation_patron_rec
 * Search one field or combine fields for more precise results.  
 * Truncate search terms for more search results.
 * Search ignores punctuation such as diacritics, apostrophes, hyphens and commas.
+* Searching by Date of Birth: Year searches are "contains" searches. E.g. year
+  "15" matches 2015, 1915, 1599, etc. For exact matches use the full 4-digit
+  year. Day and month values are exact matches. E.g. month "1" (or "01") matches
+  January, "12" matches December.
 ===================
 
 Once you have located the desired patron, click on the entry row for this patron in
index c544526..bc24f13 100644 (file)
Binary files a/docs/media/circulation_patron_records-1b_web_client.png and b/docs/media/circulation_patron_records-1b_web_client.png differ