We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0754ee6 commit a3f3c6bCopy full SHA for a3f3c6b
packages/client-search/src/types/SearchOptions.ts
@@ -309,6 +309,14 @@ export type SearchOptions = {
309
*/
310
readonly removeStopWords?: boolean | readonly string[];
311
312
+ /**
313
+ * List of supported languages with their associated language ISO code.
314
+ *
315
+ * Apply a set of natural language best practices such asignorePlurals,
316
+ * removeStopWords, removeWordsIfNoResults, analyticsTags and ruleContexts.
317
+ */
318
+ readonly naturalLanguages?: readonly string[];
319
+
320
/**
321
* When true, each hit in the response contains an additional _rankingInfo object.
322
0 commit comments