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 35e9858 commit 89fd80eCopy full SHA for 89fd80e
packages/client-search/src/types/Settings.ts
@@ -305,6 +305,11 @@ export type Settings = {
305
*/
306
readonly relevancyStrictness?: number;
307
308
+ /**
309
+ * The search mode that the index will use to query for results.
310
+ */
311
+ readonly mode?: 'neuralSearch' | 'keywordSearch';
312
+
313
/**
314
* Content defining how the search interface should be rendered.
315
* This is set via the settings for a default value and can be overridden via rules
0 commit comments