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
+6
View File
@@ -9539,6 +9539,12 @@
"page": {
"type": "number"
},
"personIds": {
"items": {
"type": "string"
},
"type": "array"
},
"query": {
"type": "string"
},