Changes the /find_articles view to accept a GET instead of a POST, and updates the index page to send a GET request instead. This automagically puts the query params in the URL (#22) which can then be shared to view the same page. The query params are still sent to the server and logged.
Resolves #21. Resolves #22.
Changes the /find_articles view to accept a GET instead of a POST, and updates the index page to send a GET request instead. This automagically puts the query params in the URL (#22) which can then be shared to view the same page. The query params are still sent to the server and logged.