JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to search for a product by keyword so that I can quickly find the product I am looking for #43

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #12

Estimate

Large

Acceptance Criteria

Scenario: Searching for a product by keyword
    Given that a user is logged in to the app
    When the user enters a keyword in the search bar on the homepage
    And clicks the "Search" button
    Then a list of products that match the keyword should be displayed
    And the products should be sorted by relevance