Skip to content

Commit 3a85ecc

Browse files
committed
feat: adding the semanticSearch settings to client-search
1 parent 6b0685c commit 3a85ecc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,13 @@ export type Settings = {
310310
*/
311311
readonly mode?: 'neuralSearch' | 'keywordSearch';
312312

313+
/**
314+
* The settings relevant for configuration of the semantic search engine.
315+
*/
316+
readonly semanticSearch?: {
317+
readonly eventSources?: readonly string[];
318+
};
319+
313320
/**
314321
* Content defining how the search interface should be rendered.
315322
* This is set via the settings for a default value and can be overridden via rules

0 commit comments

Comments
 (0)