Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Chapter 8 notebook about suggestions #7

Open
consulthys opened this issue Dec 23, 2015 · 1 comment
Open

Typo in Chapter 8 notebook about suggestions #7

consulthys opened this issue Dec 23, 2015 · 1 comment

Comments

@consulthys
Copy link

In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).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"}}}
@JnBrymn
Copy link

JnBrymn commented Dec 27, 2015

good catch

John Berryman

@JnBrymn http://bit.ly/YFO5Hs
LinkedIn http://linkd.in/YKGnc8

On Wed, Dec 23, 2015 at 3:51 AM, Valentin Crettaz [email protected]
wrote:

In Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb
https://github.com/o19s/relevant-search-book/blob/master/ipython/Chapter%208%20(Providing%20Relevance%20Feedback).ipynb/Search-As-You-Type%2C%20Completion%2C%20and%20Suggestion%20(Elasticsearch).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"}}}


Reply to this email directly or view it on GitHub
#7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants