Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search to users endpoint #1493

Closed
robines opened this issue Oct 1, 2024 · 0 comments · Fixed by #1609
Closed

Add search to users endpoint #1493

robines opened this issue Oct 1, 2024 · 0 comments · Fixed by #1609
Assignees
Labels
backend Task related to backend. difficulty: easy Presumed to be a small task.

Comments

@robines
Copy link
Member

robines commented Oct 1, 2024

(reserved for nyopptatt)

We should be able to search for specific users by name and username, on this endpoint: localhost:8000/users/

If you're unsure where to start, check out these DRF docs and the event_query function

Preferably we want to use a single parameter (maybe named q), for searching both name and username

@robines robines added difficulty: easy Presumed to be a small task. backend Task related to backend. labels Oct 1, 2024
@Lidavic Lidavic self-assigned this Oct 15, 2024
@Lidavic Lidavic linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Task related to backend. difficulty: easy Presumed to be a small task.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants