bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Implementation of the Search Functionality for Posts #533

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 posts. "1.2.1.3. The system shall enable users to make an advanced search based on a keyword and/or date and/or location" element in the requirements will be performed. The endpoint I will develop is as follows:

GET /api/search/post?query={input}&count={input}

query parameter will be used to get input from the user and generate a search results according to given query. count parameter will be developed to limit the number of posts in the response returned from the API.

Deadline: 25.12.2022 23.59

oguzhantok commented 1 year ago

Implemetation is finished as expected. See related pull request!