Utilizes prefix matching to search for Users on Firestore based on a search term send from the Frontend. After finishing its search, it then sends back the search results to the Frontend.
Adds a user search modal (SearchUserModal.jsx)
Allows users to search for other users.
Utilizes the UserSearchServlet to send a search request (GET).
Displays search results if any.
No Firestore Integration with BookLists, Clubs, or Friends yet (For future PRs).
Features
UserSearchServlet
SearchUserModal.jsx
)UserSearchServlet
to send a search request (GET).Demo