Closed colin4554 closed 1 year ago
the search bar doesn’t support searching for a name with a space in between. For example, if a volunteer’s name is “Yi Qin” and it appears if I search for “Yi” or “Qin” but not “Yi Qin”.
Take a look at the filteredAndSortedVolunteers function (line 148) in src/screens/Events/Admin/Attendance/EventAttendance.jsx
filteredAndSortedVolunteers
src/screens/Events/Admin/Attendance/EventAttendance.jsx
the search bar doesn’t support searching for a name with a space in between. For example, if a volunteer’s name is “Yi Qin” and it appears if I search for “Yi” or “Qin” but not “Yi Qin”.