We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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
q
The text was updated successfully, but these errors were encountered:
Lidavic
Successfully merging a pull request may close this issue.
(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 usernameThe text was updated successfully, but these errors were encountered: