rmorse / search-filter

Search & Filter is a simple search and filtering plugin for WordPress
GNU General Public License v2.0
93 stars 41 forks source link

POST instead of GET ? #31

Open CAYdenberg opened 7 years ago

CAYdenberg commented 7 years ago

First of all, thanks for writing this - this really saved me on a project with a very tight budget. I'm grateful I found it.

If I can ask a possibly stupid question: what is the point of submitting the form via POST and then essentially just re-writing all the variables as a query string? Would it not be simpler to generate the right form fields to submit a GET query initially? Is there something I'm missing?