dtinit / portmap

A structured search frontend for portability articles to help people find solutions and help us learn about needs
https://portmap.dtinit.org
Other
2 stars 0 forks source link

Use a GET request for /find_articles instead of a POST #45

Closed alexbainter closed 8 months ago

alexbainter commented 8 months ago

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.