Feature/search filtering #44

Merged
KevinMidboe merged 2 commits from feature/searchFiltering into master 2020-01-31 21:51:22 +00:00
KevinMidboe commented 2019-12-27 22:38:44 +00:00 (Migrated from github.com)

Features

  • Accessibility
    • Tabindex updated for search to have priority over nav items.
    • Aria label
  • Search icon clickable for searching.
  • Filter for adult and searchType.
  • When clicking a autocomplete search result, the clicked item is set as
    selectedResult.
  • Remove duplicates from elastic search result.
  • Added filter parameters to our $router.push function.

Screenshots

Screen Shot 2019-12-27 at 22 21 31 Screen Shot 2019-12-27 at 23 34 48
# Features - Accessibility - Tabindex updated for search <input> to have priority over nav items. - Aria label - Search icon clickable for searching. - Filter for adult and searchType. - When clicking a autocomplete search result, the clicked item is set as selectedResult. - Remove duplicates from elastic search result. - Added filter parameters to our $router.push function. # Screenshots <img width="959" alt="Screen Shot 2019-12-27 at 22 21 31" src="https://user-images.githubusercontent.com/2287769/71534817-aa793e00-2901-11ea-951c-79d518f356bc.png"> <img width="375" alt="Screen Shot 2019-12-27 at 23 34 48" src="https://user-images.githubusercontent.com/2287769/71534828-bb29b400-2901-11ea-9f85-d2c44d3dcf55.png">
Sign in to join this conversation.
No description provided.