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
8 changed files with 45 additions and 15 deletions

View File

@@ -9539,6 +9539,12 @@
"page": {
"type": "number"
},
"personIds": {
"items": {
"type": "string"
},
"type": "array"
},
"query": {
"type": "string"
},

View File

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