Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Search functionality on the blog page is not working #3332

Open
5 of 6 tasks
akshay0611 opened this issue Nov 23, 2024 · 1 comment · May be fixed by #3333
Open
5 of 6 tasks

BUG: Search functionality on the blog page is not working #3332

akshay0611 opened this issue Nov 23, 2024 · 1 comment · May be fixed by #3333

Comments

@akshay0611
Copy link
Contributor

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

  1. Go to the blog.html page.
  2. Enter a search query into the search bar.
  3. Observe that the displayed blog cards do not filter based on the query.
  4. 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.

Screenshot 2024-11-23 at 11 47 16 AM

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
Copy link

👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀

@akshay0611 akshay0611 linked a pull request Nov 23, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant