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

Event Search #190

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Event Search #190

wants to merge 1 commit into from

Conversation

kimura-developer
Copy link
Contributor

Resolves a bug in the event search functionality. Previously, users experienced a problem where the events list would disappear upon searching for a term, such as "apple", after navigating to the next page. This issue also resulted in the previous and next buttons becoming disabled, effectively leaving the user stuck on the page.

Resetting the page variable to 0 in the event search functionality, makes sure the user is brought back to the first page of the filtered results after a search. Adjusting the conditional logic in the pagination controls to account for the updated list of events post-search, enabling or disabling the previous and next buttons appropriately.

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 this pull request may close these issues.

1 participant