Skip to content

Commit

Permalink
Tag suggest completion
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 14, 2020
1 parent 4b75f86 commit 0a65b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/advanced_usage_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ view set.
"successful": 1,
"total": 1
},
"country_suggest__completion": [
"tag_suggest__completion": [
{
"options": [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/search_indexes/viewsets/book/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class BookFrontendDocumentViewSet(DocumentViewSet):
'default_suggester': SUGGESTER_COMPLETION,
'options': {
'size': 20,
'skip_duplicates': True,
# 'd': True,
},
},
'title_suggest_context': {
Expand Down

0 comments on commit 0a65b83

Please sign in to comment.