|
As a Folio user
I want to enter a search term and then determine when a search is kicked off
Because the current Folio implementation kicks off a search when I may have not finished adding a search term and current implementation is not accessible for screenreader users
UI Design
[to be provided by Filip]
Requirements
- Display Search button below the search box
- Execute search once user clicks Search button or hits Enter if cursor is in the search box.
- Requirement should not impact how filters behave without a search query entered
Acceptance Criteria
Given I access a Folio app
When I enter organic chemistry in the search box
Then the app should not kick off a search
Until I hit the search button OR hit enter key (if the cursor is in the search box)
Given I have accessed a Folio app
When I select a filter(s) only
Then search results should return
|