Skip to content

Commit 51c5e03

Browse files
committed
facets and filter implemented
1 parent 9f262ee commit 51c5e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biocontainers_flask/server/controllers/ga4_gh_controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def facets_get(id=None, alias=None, tool_class=None, registry=None, organization
4949
"""
5050
tools = []
5151
is_all_field_search = False
52-
52+
license = None
53+
tool_tags = None
5354
if all_fields_search is not None:
5455
id = license = tool_tags = alias = organization = name = toolname = description = author = all_fields_search
5556
is_all_field_search = True

0 commit comments

Comments
 (0)