Commit fc45813ed34bd86e20b356bbad66037374ea19c1
1 parent
fec4bae6
Exists in
master
and in
21 other branches
Better upgrading section
Showing
1 changed file
with
11 additions
and
7 deletions
Show diff stats
README.md
... | ... | @@ -484,8 +484,6 @@ product.similar(fields: ["name"]) |
484 | 484 | |
485 | 485 | ### Geospatial Searches |
486 | 486 | |
487 | -**Note:** Before `0.3.0`, locations were indexed incorrectly. When upgrading, be sure to reindex immediately. | |
488 | - | |
489 | 487 | ```ruby |
490 | 488 | class City < ActiveRecord::Base |
491 | 489 | searchkick locations: ["location"] |
... | ... | @@ -785,10 +783,20 @@ rake searchkick:reindex:all |
785 | 783 | |
786 | 784 | 4. Once it finishes, replace search calls w/ searchkick calls |
787 | 785 | |
788 | -## Note about 0.6.0 and 0.7.0 | |
786 | +## Upgrading | |
787 | + | |
788 | +View the [changelog](https://github.com/ankane/searchkick/blob/master/CHANGELOG.md). | |
789 | + | |
790 | +Important notes are listed below. | |
791 | + | |
792 | +### 0.6.0 and 0.7.0 | |
789 | 793 | |
790 | 794 | If running Searchkick `0.6.0` or `0.7.0` and Elasticsearch `0.90`, we recommend upgrading to Searchkick `0.6.1` or `0.7.1` to fix an issue that causes downtime when reindexing. |
791 | 795 | |
796 | +### 0.3.0 | |
797 | + | |
798 | +Before `0.3.0`, locations were indexed incorrectly. When upgrading, be sure to reindex immediately. | |
799 | + | |
792 | 800 | ## Elasticsearch Gotchas |
793 | 801 | |
794 | 802 | ### Inconsistent Scores |
... | ... | @@ -816,10 +824,6 @@ Thanks to Karel Minarik for [Elasticsearch Ruby](https://github.com/elasticsearc |
816 | 824 | - Much finer customization |
817 | 825 | - More transparency into generated queries (for advanced use) |
818 | 826 | |
819 | -## History | |
820 | - | |
821 | -View the [changelog](https://github.com/ankane/searchkick/blob/master/CHANGELOG.md) | |
822 | - | |
823 | 827 | ## Contributing |
824 | 828 | |
825 | 829 | Everyone is encouraged to help improve this project. Here are a few ways you can help: | ... | ... |