As a note, this is the SQL trying to pull the queries from the database:
SELECT post_id FROM wp_postmeta WHERE post_id IN ( 50,57,377,386,389,390,391,392,393,395,396,398,399,400,401,402,404,406,407,408,417,418,419,421,424,426,427,428 ) AND meta_key = ‘price’ AND meta_value LIKE ‘%150000-200000%’
How can I change this to be correct? Of course it wont return results if its trying to wrap the entire range in % with a LIKE…