Skip to content

Commit 97058b3

Browse files
authored
Merge branch 'master' into feat/neural/abtest-typing
2 parents 991fd2d + eacfca2 commit 97058b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/client-search/src/types/Settings.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,10 @@ export type Settings = {
315315
* These settings are only used when the mode is set to 'neuralSearch'.
316316
*/
317317
readonly semanticSearch?: {
318-
readonly eventSources?: readonly string[];
318+
/**
319+
* When null, the current index / replica group will be used as the event source.
320+
*/
321+
readonly eventSources?: readonly string[] | null;
319322
};
320323

321324
/**

0 commit comments

Comments
 (0)