To keep the getting started simple to try, but to also make documentation examples compatible with the getting started, we are replacing book examples with movies examples.
The Movie dataset is used throughout the documentation. The only place where book is used is in the tests (which can stay as it is) and in our getting started.
Changes
[ ] Index name should be changed in README.md
const index = client.index('movies')
Provided dataset should be changed with the following:
To keep the getting started simple to try, but to also make documentation examples compatible with the getting started, we are replacing
book
examples withmovies
examples.The Movie dataset is used throughout the documentation. The only place where book is used is in the tests (which can stay as it is) and in our getting started.
Changes
Provided dataset should be changed with the following:
[ ] comment should be changed
[ ] All the other examples in the README should be updated accordingly