Example #1
0
 def topic(self):
     q = RangeFacetQuery('foo', 1, 2, 10, include='all')
     return q.get_params()
Example #2
0
 def topic(self):
     q = RangeFacetQuery('foo', 1, 2, 10, value=5, tag=False)
     return q.get_params()