Skip to content

Commit

Permalink
search: pass search parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Nov 19, 2024
1 parent 0765abb commit dc44eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_rdm_records/collections/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def search_collection_records(self, identity, collection_or_id, params=None):
identity,
community_id=collection.community.id,
extra_filter=collection.query,
params=params,
)
else:
raise NotImplementedError(
Expand Down

0 comments on commit dc44eb3

Please sign in to comment.