An exact search for UPI and NetID is performed when a regex expression detects one of those values has been searched.
The behavior introduced is a strict improvement from the current behavior, since names do not contain numbers, and both regex patterns require the presence of numbers to match.
Checklist
[x] I have thoroughly tested my code
[x] I have considered security and privacy implications of my changes
[x] I have added one other developer, @ErikBoesen, and the Yalies Team Lead as Reviewers
Description
Fixes #235
An exact search for UPI and NetID is performed when a regex expression detects one of those values has been searched.
The behavior introduced is a strict improvement from the current behavior, since names do not contain numbers, and both regex patterns require the presence of numbers to match.
Checklist