bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend : Search Functioanlity for Posts #574

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

About Feature:

In this PR, I implemented search functionality for posts with backend connection. After users provide a keyword (can be number, or character), our system will return best 4 option matching entered search keyword. Our system display results as a link to related post with title label.

After this functionality, users shall be able seach a post providing a keyword.

Users should follow following steps to search a post in our system:

➡️ For more details, you can look at #569

🔎 Reviewer:

@umutdenizsenerr

⏰ Deadline:

26.12.2022 23.59

umutdenizsenerr commented 1 year ago

User is able to filter posts with keywords. Well Done!