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 b34f865 commit d50e34cCopy full SHA for d50e34c
diracx-logic/src/diracx/logic/pilots/query.py
@@ -51,6 +51,9 @@ async def search(
51
async def get_pilots_by_stamp_bulk(
52
pilot_db: PilotAgentsDB, pilot_stamps: list[str], parameters: list[str] = []
53
) -> list[dict[Any, Any]]:
54
+ if parameters:
55
+ parameters.append("PilotStamp")
56
+
57
_, pilots = await pilot_db.search_pilots(
58
parameters=parameters,
59
search=[
0 commit comments