Double search bug #69

Closed
opened 2017-12-17 15:19:25 +00:00 by KevinMidboe · 0 comments
KevinMidboe commented 2017-12-17 15:19:25 +00:00 (Migrated from github.com)

When loading search result, if you change the content of search bar then it would search again with current state.

The issue seems to be that whwn loading next page we look at the current value of the search bar. Should rather save it to a «locked» variable for the query and all requests use this locked value. Updates of this «locked» value is only to be done when a search is called.

When loading search result, if you change the content of search bar then it would search again with current state. The issue seems to be that whwn loading next page we look at the current value of the search bar. Should rather save it to a «locked» variable for the query and all requests use this locked value. Updates of this «locked» value is only to be done when a search is called.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedShows#69
No description provided.