You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1. Selecting a new page on a search filtered list looses the search filter.
Problem 2, Performing a search while on an advanced page (2, 3, 4, etc) starts the offset where it was on the unfiltered data instead of resetting to 0.
Problem 3. an empty search throws an error.
The text was updated successfully, but these errors were encountered:
ebay/index view: added index and removed list view per convention.
Ebay controller: removed store, list, and search actions and chaining and created new index action for both list and search types similar to product controller.
EbayTagLib: added keywords to link params.
ebay/_menubar-search template: changed action to index, added height to text field to match button. changed button style to primary and changed icon to match product search.
product/_menubar-search template: added height to text field to match button.
build.gradle: updated app version.
Problem 1. Selecting a new page on a search filtered list looses the search filter.
Problem 2, Performing a search while on an advanced page (2, 3, 4, etc) starts the offset where it was on the unfiltered data instead of resetting to 0.
Problem 3. an empty search throws an error.
The text was updated successfully, but these errors were encountered: