We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c765653 commit 83ec8afCopy full SHA for 83ec8af
diracx-client/src/diracx/client/patches/jobs/common.py
@@ -59,7 +59,7 @@ def make_search_body(**kwargs: Unpack[SearchKwargs]) -> UnderlyingSearchArgs:
59
60
class SummaryBody(TypedDict, total=False):
61
grouping: list[str]
62
- search: list[str]
+ search: list[SearchSpec] | None
63
64
65
class SummaryKwargs(SummaryBody, ResponseExtra): ...
0 commit comments