feat: MeilisearchにIndexするノートの範囲を設定できるように (#11282)
This commit is contained in:
@@ -63,6 +63,7 @@ export type Source = {
|
||||
apiKey: string;
|
||||
ssl?: boolean;
|
||||
index: string;
|
||||
scope?: 'local' | 'global' | string[];
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
Reference in New Issue
Block a user