cfpb / sheer

A tool for loading arbitrary content into Elasticsearch and serving that content on the web.
Creative Commons Zero v1.0 Universal
29 stars 23 forks source link

Range filters don't seem to work for numbers? #39

Closed rosskarchner closed 7 years ago

rosskarchner commented 10 years ago

Try sorting by SalaryMax or SalaryMin in

https://github.com/rosskarchner/itspecialists

dpford commented 10 years ago

I keep getting KeyError: u'float' trying to load the page

dpford commented 10 years ago

Ok seeing the error now. I was able to use the range filters with numbers on sheer_blog, so this is odd.

dpford commented 10 years ago

Nevermind I was typing it in wrong before. It's working for me.

Try http://localhost:7000/?filter_range_SalaryMin_gt=100000

rosskarchner commented 10 years ago

Ah, I have a commit for sheer that adds float support...