search: pass search parameters #5693
Triggered via pull request
November 19, 2024 12:25
Status
Failure
Total duration
27m 59s
Artifacts
–
Annotations
4 errors
Python / Tests (3.9, postgresql14, opensearch2):
invenio_rdm_records/collections/services/service.py#L1
Black format check
--- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/services/service.py 2024-11-19 12:25:57.540491+00:00
+++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/services/service.py 2024-11-19 12:47:46.518405+00:00
@@ -201,11 +201,11 @@
if collection.community:
res = current_community_records_service.search(
identity,
community_id=collection.community.id,
extra_filter=collection.query,
- params=params
+ params=params,
)
else:
raise NotImplementedError(
"Search for collections without community not supported."
)
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_rdm_records/collections/services/service.py#L1
Black format check
--- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/services/service.py 2024-11-19 12:25:55.982031+00:00
+++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/services/service.py 2024-11-19 12:51:11.778064+00:00
@@ -201,11 +201,11 @@
if collection.community:
res = current_community_records_service.search(
identity,
community_id=collection.community.id,
extra_filter=collection.query,
- params=params
+ params=params,
)
else:
raise NotImplementedError(
"Search for collections without community not supported."
)
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|