mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
We have a team who want to find emails that might have been sent to an incorrect address. Therefore they can’t search by the correct address, because it won’t match. What they do have is the reference number of the user’s application, which is also stored in the `client_reference` field on the notification. So when a user is searching we should also look at the client reference, as well as the recipient, allowing the user to enter either in the search box.