itstommymorgan / asari

a Ruby wrapper for AWS CloudSearch.
52 stars 54 forks source link

Allowing for boolean queries to include open-ended ranges as strings #30

Closed geoff-parsons closed 10 years ago

geoff-parsons commented 10 years ago

e.g.: asari.search( filter: { and: { bottles: '..99', on: "wall" } } )

lgleasain commented 10 years ago

Thanks for this. Tests look good, pulled it in!