sfu-dhil / wphp

Women's Print History Project database front end.
https://womensprinthistoryproject.com/
GNU General Public License v2.0
1 stars 8 forks source link

Person name search #226

Closed ubermichael closed 3 years ago

ubermichael commented 3 years ago

The problem here is that the first name and last name fields are different. So when searching for a person by name we must search the first name and last name fields.

So I have changed the person name search so that including quotes around a name will change the nature of searching from a full text match to a first name last name comparison.

Examples:

fixes sfu-dhil/wphp#223