From f04a133cd74833cbdac2fd69ef117cc8098d190c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 24 Sep 2013 15:41:42 +0200 Subject: [PATCH] fix range support --- src/collective/solr/mangler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collective/solr/mangler.py b/src/collective/solr/mangler.py index bc24c77..ee6f2c3 100644 --- a/src/collective/solr/mangler.py +++ b/src/collective/solr/mangler.py @@ -14,6 +14,7 @@ ranges = { 'min': '[%s TO *]', 'max': '[* TO %s]', 'min:max': '[%s TO %s]', + 'minmax': '[%s TO %s]', } sort_aliases = {