-
Notifications
You must be signed in to change notification settings - Fork 906
Description
Give a brief about the bug ✍️
The search/filter functionality on the Games page is not working. When users type in the search box to find specific games, the filter doesn't apply and all games continue to display instead of showing only matching results.
What is the expected behavior? 🤔
DescriptionWhen a user types in the search box on the Games page:
The game list should filter to show only games matching the search term
Games not matching the search criteria should be hidden
Search should work for game titles, categories, or tags
Results should update in real-time as the user types (or after pressing Enter/search button)
Provide step by step information reproduce the bug 📄
Navigate to the Games page from the main navigation
Locate the search/filter input field (likely in the header or sidebar)
Type a specific game title (e.g., "Fortnite", "Minecraft") or category (e.g., "Action", "Puzzle")
Press Enter or click the search button if available
Observed Result: All games remain visible, no filtering occurs
Alternative Test Cases:
Try different search terms
Test with partial matches (e.g., "craft" for "Minecraft")
Check if category filters work (if available)
Test on both desktop and mobile views
Select program in which you are contributing
Other
Code of Conduct
- I follow CONTRIBUTING GUIDELINE of this project.