README.md in solidus_searchkick-0.1.0 vs README.md in solidus_searchkick-0.1.1
- old
+ new
@@ -36,10 +36,15 @@
rake solidus_searchkick:install:migrations
```
[Install elasticsearch](https://www.elastic.co/downloads/elasticsearch)
+Options
+-------------
+Order
+Fields (example of overriding fields)
+
Documentation
-------------
By default, only the `Spree::Product` class is indexed. The following items are indexed by default:
* name
@@ -49,10 +54,10 @@
* currency
* sku
* orders.complete.count (indexed as `conversions`)
* taxon_ids
* taxon_names
-* All Properies
+* All Properties
* All Taxon ids by Taxonomy
In order to control what data is indexed, override `Spree::Product#search_data` method. Call `Spree::Product.reindex` after changing this method.
To enable or disable taxons filters, go to taxonomy form and change `filterable` boolean.