Skip to content

Commit 987888a

Browse files
committed
fix: make fullText index optional
1 parent 48a7da4 commit 987888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/cls/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export interface DeployIndexInputs {
162162
topicId?: string;
163163
effective?: boolean;
164164
indexRule?: {
165-
fullText: {
165+
fullText?: {
166166
caseSensitive: boolean;
167167
tokenizer: string;
168168
};

0 commit comments

Comments
 (0)