bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Implementation of the Search Functionality for Users #526

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

Description: In the application, the necessary service will be developed to be able to search users. "1.2.1.1. The system shall enable users to search for a user" element in the requirements will be performed. The endpoint I will develop is as follows:

GET /api/search/user?query={input}

The output format will be finalized later with the front-end team.

Deadline: 25.12.2022 23.59

oguzhantok commented 1 year ago

Implemetation is finished as expected. See related pull request!