data-skeptic / dataskeptic.com

Source code for dataskeptic.com
https://dataskeptic.com
15 stars 5 forks source link

Search not working second time #732

Open kylepolich opened 5 years ago

kylepolich commented 5 years ago

Once you arrive at the search results page, you cannot perform an additional search.

http://recordit.co/emUgeu9UeK

I think we need to add a search button of some kind so that the user can click it to refresh the results. Also, we should allow the user to press Enter and have the search run again.

TopStar423 commented 5 years ago

There are three related functionalities that need to be implemented.

  1. Search key input field clear button and functionality.
  2. Change app page title regarding the search.
  3. Rebuild redirecting to search result page for the main search.
TopStar423 commented 5 years ago

@kylepolich All the features are done. Created another pull request. Please review and merge it. Thank you.