API view to search for users #94
Labels
backend
Task must have a back end issue
difficulty::medium
This issue is medium difficulty
priority::medium
This issue is medium priority
Create an API view which searches for the users whose names start with a given string. These users should be returned with the following information:
The list of users should be truncated so that no more than 15 users are returned. However, make sure that a user whose name exactly matches the supplied string is not among those who is omitted due to the truncation.
The text was updated successfully, but these errors were encountered: