I'm adapting a WordPress plugin for use on a recruitment agency website.
http://mjtweaverdev.com/jobs/?job_industry=null&job_salary=10000
However, the client needs a select option that goes inbetween two values, for instance 10000-19000. I've tried multiple things but cant get it working.
I've tried &job_salary=10000, 11000, 12000 .... that didnt work
also &job_salary=10000&job_salary=11000&job_salary=12000 - that just selected the last option
Is there any way of querying two values so 10000-19000 in the query?
UPDATE: I'm trying the first recommended method, below is the code from the plugin I've tried to tweak, it still isnt working though :/ http://jsfiddle.net/mjtweaver/9ga6u/
FROMandTOsalary in URL and use them in your query (usingBETWEENclause).