-
-
Notifications
You must be signed in to change notification settings - Fork 397
Description
Preliminary Check
- I have searched the existing issues
- This issue is reproducible
Bug Summary
The search functionality on the blog page was previously non-functional. When attempting to search for blog posts, no results were returned, and the search input did not affect the displayed blog cards. The intended behavior was that blog cards should be filtered based on the user's search query.
Steps to Reproduce
- Go to the
blog.html
page. - Enter a search query into the search bar.
- Observe that the displayed blog cards do not filter based on the query.
- The search input has no effect on the visible blog cards.
Expected Behavior
Upon entering a search query, the blog cards should be filtered based on the titles matching the query. Cards that do not match the search query should be hidden, while the matching cards should remain visible.
Screenshots/Logs
As shown in the screenshot, the search bar is not functioning as expected. After entering a search query, no blog cards are filtered or displayed. The search query does not affect the visibility of the blog cards. This issue needs to be resolved to ensure that users can filter the blog posts based on their search terms.
Please refer to the screenshot for a clearer view of the issue.

Additional Information
- I agree to follow this project's Code of Conduct
- I'm a GSSOC'24 contributor
- I want to work on this issue
- I can provide more details if needed