Skip to content

Commit 4a8e67e

Browse files
docs updated
1 parent 2339f29 commit 4a8e67e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

advanced_usage_examples.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,13 +1850,11 @@ functionality). Thus, it might be written as short as:
18501850
FUNCTIONAL_SUGGESTER_COMPLETION_MATCH,
18511851
],
18521852
'default_suggester': FUNCTIONAL_SUGGESTER_COMPLETION_PREFIX,
1853-
'serializer_field': 'title',
18541853
},
18551854
'title_suggest_match': {
18561855
'field': 'title.edge_ngram_completion',
18571856
'suggesters': [FUNCTIONAL_SUGGESTER_COMPLETION_MATCH],
18581857
'default_suggester': FUNCTIONAL_SUGGESTER_COMPLETION_MATCH,
1859-
'serializer_field': 'title',
18601858
}
18611859
}
18621860

0 commit comments

Comments
 (0)