curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/suggestions
[
"<string>"
]
Get term suggestions from synonyms/categories/comments for autocomplete/autosuggest purposes.
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/suggestions
[
"<string>"
]
The name of a collection.
The path to a synonyms file.
The field to search.
The query term for which to get suggestions.
successful operation
The response is of type string[]
.
Was this page helpful?