Commit 686010f227996a6058a5effbeec8cfacfef44132
1 parent
f4cec237
Exists in
master
and in
21 other branches
Added changelog
Showing
2 changed files
with
40 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +## 0.2.3 [in progess] | |
2 | + | |
3 | +- Setup Travis | |
4 | +- Clean old indices before reindex | |
5 | +- Search for `*` returns all results | |
6 | + | |
7 | +## 0.2.2 | |
8 | + | |
9 | +- Clean old indices after reindex | |
10 | +- More expansions for fuzzy queries | |
11 | + | |
12 | +## 0.2.1 | |
13 | + | |
14 | +- Added Rails logger | |
15 | +- Only fetch ids when `load: true` | |
16 | + | |
17 | +## 0.2.0 | |
18 | + | |
19 | +- Added autocomplete | |
20 | +- Added “Did you mean” suggestions | |
21 | +- Added personalized searches | |
22 | + | |
23 | +## 0.1.4 | |
24 | + | |
25 | +- Bug fix | |
26 | + | |
27 | +## 0.1.3 | |
28 | + | |
29 | +- Changed edit distance of 1 for misspellings | |
30 | +- Raise errors when indexing fails | |
31 | +- Fixed pagination | |
32 | +- Fixed :include option | |
33 | + | |
34 | +## 0.1.2 | |
35 | + | |
36 | +- Launch | ... | ... |
README.md
... | ... | @@ -413,6 +413,10 @@ Thanks to Karel Minarik for [Tire](https://github.com/karmi/tire), Jaroslav Kali |
413 | 413 | |
414 | 414 | - Make Searchkick work with any language |
415 | 415 | |
416 | +## History | |
417 | + | |
418 | +View the [changelog](https://github.com/ankane/searchkick/blob/master/CHANGELOG.md) | |
419 | + | |
416 | 420 | ## Contributing |
417 | 421 | |
418 | 422 | 1. Fork it | ... | ... |