Software-Engineering-2024-Group / BurnoutExtreme

MIT License
0 stars 0 forks source link

Events Page Search Button Fails to Filter Events by User Input #44

Closed Jing27540 closed 2 hours ago

Jing27540 commented 2 hours ago

The search button on the Events page does not filter the events list based on user-entered keywords, resulting in irrelevant or unfiltered results.

image

Steps to Reproduce:

  1. Navigate to the Events page.
  2. Enter a keyword in the search bar.
  3. Click the search button.

Expected Behavior: The events list should display only events that match the entered keyword. Actual Behavior: The search button does not filter the events list based on the keyword input. Proposed Solution: Adjust the search functionality to filter events according to the user’s input keywords.

SoundaryaKhanapur commented 2 hours ago

Yes, fixed it and merged to main