In [Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb](https://github.com/o19s/relevant-search-book/blob/master/ipython/Chapter%208%20%28Providing%20Relevance%20Feedback%29.ipynb/Search-As-You-Type%2C%20Completion%2C%20and%20Suggestion%20%28Elasticsearch%29.ipynb), in the "Post-Search Suggest" section, `suggest_body` contains a small typo: ``` suggest_body = { "title_completion": { <--- should be named title_suggestion "text": "star trec", "phrase": { "field": "suggestion"}}} ```