added searching functionality
This commit is contained in:
@@ -46,3 +46,14 @@ export interface ExtendedCollection extends Collection {
|
||||
};
|
||||
}[];
|
||||
}
|
||||
|
||||
export type SearchSettings = {
|
||||
query: string;
|
||||
filter: {
|
||||
name: boolean;
|
||||
url: boolean;
|
||||
title: boolean;
|
||||
collection: boolean;
|
||||
tags: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user