Skip to content

Commit 38e7392

Browse files
edivalentinituzzacharo
authored andcommitted
fix: extra filter not needed param
1 parent b99025a commit 38e7392

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

invenio_requests/services/requests/service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def search_user_requests(
292292
extra_filter=dsl.Q(
293293
"bool",
294294
must=[~dsl.Q("term", **{"status": "created"})],
295-
minimum_should_match=1,
296295
),
297296
search_opts=self.config.search_user_requests,
298297
**kwargs,

0 commit comments

Comments
 (0)