We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e865d8a commit 477eb08Copy full SHA for 477eb08
docs/search_dsl.rst
@@ -451,7 +451,7 @@ A simple example is below
451
452
s = Search()
453
# We're going to match based only on two fields, in this case text and title
454
- s = s.query(MoreLikeThis(like=my_text, fields=['text', 'title]))
+ s = s.query(MoreLikeThis(like=my_text, fields=['text', 'title']))
455
# You can also exclude fields from the result to make the response quicker in the normal way
456
s = s.source(exclude=["text"])
457
response = s.execute()
0 commit comments