Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/answers' of github.com:algolia/algoliasearch-helpe…
Browse files Browse the repository at this point in the history
…r-js into feat/answers
  • Loading branch information
eunjae-lee committed Dec 23, 2020
2 parents b6d1f57 + f167c31 commit bba57db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algoliasearch.helper.js
Expand Up @@ -278,7 +278,6 @@ AlgoliaSearchHelper.prototype.searchOnce = function(options, cb) {
* @param {string[]} options.queryLanguages - The languages in the query. Currently only supports ['en'].
* @param {number} options.nbHits - Maximum number of answers to retrieve from the Answers Engine. Cannot be greater than 1000.
*
* @return {AlgoliaSearchHelper}
* @return {promise.<AnswersResult>} the answer results
*/
AlgoliaSearchHelper.prototype.findAnswers = function(options) {
Expand Down

0 comments on commit bba57db

Please sign in to comment.