elastic / enterprise-search-js

Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.
https://www.elastic.co/guide/en/enterprise-search-clients/index.html
Apache License 2.0
2 stars 10 forks source link

No resultSuggestions API ? #42

Open vincentwinkel opened 1 year ago

vincentwinkel commented 1 year ago

💬 Questions and Help

On the doc, I see the following sections:

  1. Guides > Query Suggestions Guide (https://www.elastic.co/guide/en/app-search/current/query-suggestions-guide.html)
  2. Guides > Result Suggestions Guide (https://www.elastic.co/guide/en/app-search/current/result-suggestions-guide.html)

But in the API section, only the query suggestions are described. Nothing for the result suggestions API?

Also nothing here: https://www.elastic.co/guide/en/enterprise-search-clients/enterprise-search-node/8.8/index.html

And client.querySuggestions() exists but not client.resultSuggestions().