modifying main query to query for ranges e.g. from 1999 to 2016
Terms are grouping mechanism. Query logic for them is mostly limited to matching or not matching, which makes you use huge arrays of many possible values in your case. While year is passably a group (might or might not make sense) the price is most definitely not. Would you shop in store where items are … Read more