You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
👋 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! 🚀
Preliminary Check
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
blog.html
page.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
The text was updated successfully, but these errors were encountered: