itstommymorgan / asari

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

Using search term when it's specified even if filter options are present #49

Open lkieda opened 9 years ago

lkieda commented 9 years ago

Hi,

Together with @krzyho we started building a search app with Cloud Search and chose asari as our wrapper. We discovered that search term would be ignored when filters were provided for a query. It seemed like a bug to us, so we fixed it.

Best, L