forked from dark_thunder/immich
feat: filter people when using smart search (#7521)
This commit is contained in:
@ -671,6 +671,7 @@ export type SmartSearchDto = {
|
||||
make?: string;
|
||||
model?: string;
|
||||
page?: number;
|
||||
personIds?: string[];
|
||||
query: string;
|
||||
size?: number;
|
||||
state?: string;
|
||||
|
Reference in New Issue
Block a user