mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
algoliasearch: add missing type for removeStopWords
closes https://github.com/algolia/algoliasearch-client-javascript/issues/741
This commit is contained in:
Vendored
+1
-1
@@ -1687,7 +1687,7 @@ declare namespace algoliasearch {
|
||||
* a list of language ISO codes (as a comma-separated string) for which stop words should be enable
|
||||
* https://github.com/algolia/algoliasearch-client-js#removestopwords
|
||||
*/
|
||||
removeStopWords?: string[];
|
||||
removeStopWords?: boolean | string[];
|
||||
/**
|
||||
* List of attributes on which you want to apply word-splitting ("decompounding") for
|
||||
* each of the languages supported (German, Dutch, and Finnish as of 05/2018)
|
||||
|
||||
Reference in New Issue
Block a user