As a customer
I need to query wishlist items by specific attributes
So that I can filter the list of wishlist items based on certain criteria
Details and Assumptions
Making an API request to GET /wishlists/{wishlist_id}/items?attribute=value retrieves the filtered list of wishlists from the database
The UI will include a search form to enter wishlist name and query parameters for wishlist items and a button to search
Acceptance Criteria
Given a customer
When I access the homepage
Then I should see a form for entering wishlist name and query parameters for wishlists
And entering query parameters for wishlist items, and submitting the form by clicking the search button should fetch and display the filtered list of wishlist items on the UI
And a success message should be displayed on the UI
As a customer I need to query wishlist items by specific attributes So that I can filter the list of wishlist items based on certain criteria
Details and Assumptions
The UI will include a search form to enter wishlist name and query parameters for wishlist items and a button to search
Acceptance Criteria