Feature(admin): Implement user search functionality in admin dashboard#554
Feature(admin): Implement user search functionality in admin dashboard#554adgator101 wants to merge 1 commit intofreeCodeCamp:mainfrom
Conversation
|
Thanks for taking on issue #550 and adding search functionality to the admin page! I appreciate the work you've put into this. After reviewing the implementation, I think we need to adjust the approach to better match the intent of the original issue. The PR adds a single search bar that filters users across name, email, and role simultaneously using OR logic (matches if any field contains the search term). The goal is to allow admins to filter by any combination of name, email, and/or role independently, using AND logic. For example: Filter by name only Below is an image of what I have in mind but has not been implemented yet.
Let me know if you have questions about this approach or if you'd like help implementing these changes. Happy to discuss further or provide code examples! |
|
Hi, @CarlyAThomas I'm really sorry I didn't fully understand the intent at first. I will now make changes according to the requirements you have asked in this PR. |

Checklist:
Update index.md)Closes #550