feat: filter people when using smart search (#7521)

This commit is contained in:
Michel Heusschen 2024-02-29 22:14:48 +01:00 committed by GitHub
parent 15a4a4aaaa
commit c89d91e006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 45 additions and 15 deletions

View file

@ -671,6 +671,7 @@ export type SmartSearchDto = {
make?: string;
model?: string;
page?: number;
personIds?: string[];
query: string;
size?: number;
state?: string;