We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5159f61 commit eacfca2Copy full SHA for eacfca2
packages/client-search/src/types/Settings.ts
@@ -315,7 +315,10 @@ export type Settings = {
315
* These settings are only used when the mode is set to 'neuralSearch'.
316
*/
317
readonly semanticSearch?: {
318
- readonly eventSources?: readonly string[];
+ /**
319
+ * When null, the current index / replica group will be used as the event source.
320
+ */
321
+ readonly eventSources?: readonly string[] | null;
322
};
323
324
/**
0 commit comments