Search Page with Dummy Data
User Story
- As a: developer,
- I want: to create a search page
- so that: customer can search a book using book name, author and keyword.
Functional Requirements
-
Create a new page called search.hbs
-
Send data from the search box on the landing page to this new page (USING GET PARAMETERS) -
The page search.hbs
should have a search bar up top and a list of results (similar to the landing page but without the side bar -
Load the dummy data in the same method as the landing page ( index.hbs
)
Description
Customer can directly search a book using author's name, book name and the keyword so that they do not have to go through all the books and it will display all the books which matches the customer requirement.