Tanay-ErrorCode / lupo-skill

https://lupo-skill.web.app/
22 stars 79 forks source link

real-time search implemented #311

Closed AryanPahuja21 closed 3 months ago

AryanPahuja21 commented 3 months ago

What kind of change does this PR introduce? This PR introduces a real-time search functionality in the EventList component, allowing users to filter events by title dynamically as they type, without the need to click a search button.

Issue Number: Fixes #294

Snapshots/Videos https://github.com/Tanay-ErrorCode/lupo-skill/assets/139960070/72da44d3-a28e-4f24-934d-4d9b1e6b6b1d

Tanay-ErrorCode commented 3 months ago

@AryanPahuja21 Implement the following changes:

  1. Add a 3-second delay between when the user enters the query and when the results are displayed.
  2. Do not remove the search button.
  3. Ensure a minimum of three characters are required to start searching.

If you are facing any issues, please let us know.