Skip to content

Commit 0a65b83

Browse files
Tag suggest completion
1 parent 4b75f86 commit 0a65b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced_usage_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ view set.
12901290
"successful": 1,
12911291
"total": 1
12921292
},
1293-
"country_suggest__completion": [
1293+
"tag_suggest__completion": [
12941294
{
12951295
"options": [
12961296
{

examples/simple/search_indexes/viewsets/book/frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class BookFrontendDocumentViewSet(DocumentViewSet):
271271
'default_suggester': SUGGESTER_COMPLETION,
272272
'options': {
273273
'size': 20,
274-
'skip_duplicates': True,
274+
# 'd': True,
275275
},
276276
},
277277
'title_suggest_context': {

0 commit comments

Comments
 (0)