feat: MeilisearchにIndexするノートの範囲を設定できるように (#11282)
This commit is contained in:
parent
02957a1b5d
commit
9e330c9e38
3 changed files with 23 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ export type Source = {
|
|||
apiKey: string;
|
||||
ssl?: boolean;
|
||||
index: string;
|
||||
scope?: 'local' | 'global' | string[];
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue