Commit db0e98472e436b91a4d96e82adaea475483d227e
1 parent
7368fe13
Exists in
master
and in
8 other branches
SearchBox working again - closes #1399
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1032,7 +1032,7 @@ Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This de |
1032 | 1032 | |
1033 | 1033 | ### Heroku |
1034 | 1034 | |
1035 | -Choose an add-on: [Bonsai](https://elements.heroku.com/addons/bonsai) or [Elastic Cloud](https://elements.heroku.com/addons/foundelasticsearch). [SearchBox](https://elements.heroku.com/addons/searchbox) does not work at the moment. | |
1035 | +Choose an add-on: [Bonsai](https://elements.heroku.com/addons/bonsai), [SearchBox](https://elements.heroku.com/addons/searchbox), or [Elastic Cloud](https://elements.heroku.com/addons/foundelasticsearch). | |
1036 | 1036 | |
1037 | 1037 | For Bonsai: |
1038 | 1038 | |
... | ... | @@ -1041,6 +1041,13 @@ heroku addons:create bonsai |
1041 | 1041 | heroku config:set ELASTICSEARCH_URL=`heroku config:get BONSAI_URL` |
1042 | 1042 | ``` |
1043 | 1043 | |
1044 | +For SearchBox: | |
1045 | + | |
1046 | +```sh | |
1047 | +heroku addons:create searchbox:starter | |
1048 | +heroku config:set ELASTICSEARCH_URL=`heroku config:get SEARCHBOX_URL` | |
1049 | +``` | |
1050 | + | |
1044 | 1051 | For Elastic Cloud (previously Found): |
1045 | 1052 | |
1046 | 1053 | ```sh | ... | ... |