JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to search for reviews by keyword so that I can easily find reviews that are relevant to what I am looking for #44

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #12

Estimate

Medium

Acceptance Criteria

Scenario: Searching for a review by keyword
    Given that a user is logged in to the app
    When the user enters a keyword in the search bar
    And hits the "Enter" key
    Then a list of reviews that match the keyword should be displayed
    And the reviews should be sorted by relevance