The URL query string that's constructed by _views_savedsearches_filters_to_params() doesn't properly account for numeric range-style filters. Variable between x and y should yield a query string like variable[min]=x&variable[max]=y, but instead yiels variable[]=x&variable[]=y. The attached patch fixes it.

Support from Acquia helps fund testing for Drupal Acquia logo