CHANGELOG.md
1 KB
0.2.7 [unreleased]
- Added limit to facet
0.2.6
- Added option to disable misspellings
0.2.5
- Added geospartial searches
- Create alias before importing document if no alias exists
- Fixed exception when :per_page option is a string
- Check
RAILS_ENV
ifRACK_ENV
is not set
0.2.4
- Use
to_hash
instead ofas_json
for defaultsearch_data
method - Works for Mongoid 1.3
- Use one shard in test environment for consistent scores
0.2.3
- Setup Travis
- Clean old indices before reindex
- Search for
*
returns all results - Fixed pagination
- Added
similar
method
0.2.2
- Clean old indices after reindex
- More expansions for fuzzy queries
0.2.1
- Added Rails logger
- Only fetch ids when
load: true
0.2.0
- Added autocomplete
- Added “Did you mean” suggestions
- Added personalized searches
0.1.4
- Bug fix
0.1.3
- Changed edit distance to one for misspellings
- Raise errors when indexing fails
- Fixed pagination
- Fixed :include option
0.1.2
- Launch