better search

This commit is contained in:
Daniel
2023-06-05 19:48:54 +03:30
parent 24eeb9504e
commit eb5611c8f7
6 changed files with 88 additions and 248 deletions
-11
View File
@@ -34,17 +34,6 @@ export interface AccountSettings extends User {
newPassword?: string;
}
export type SearchSettings = {
query: string;
filter: {
name: boolean;
url: boolean;
title: boolean;
collection: boolean;
tags: boolean;
};
};
export interface PublicCollectionIncludingLinks
extends Omit<Collection, "ownerId"> {
ownerName?: string;