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 75289a5 commit 8a9a84aCopy full SHA for 8a9a84a
types/index.d.ts
@@ -321,6 +321,7 @@ export interface CollectionOptions {
321
fields?: SmartFieldOptions[];
322
actions?: SmartActionOptions[];
323
segments?: SmartSegmentOptions[];
324
+ searchFields?: string[];
325
}
326
327
export function collection(name: string, options: CollectionOptions): void;
0 commit comments