mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: filter people when using smart search (#7521)
This commit is contained in:
parent
15a4a4aaaa
commit
c89d91e006
8 changed files with 45 additions and 15 deletions
|
|
@ -671,6 +671,7 @@ export type SmartSearchDto = {
|
|||
make?: string;
|
||||
model?: string;
|
||||
page?: number;
|
||||
personIds?: string[];
|
||||
query: string;
|
||||
size?: number;
|
||||
state?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue