diff --git a/pillar/api/search/queries.py b/pillar/api/search/queries.py index ac519ed4..0de4e2fd 100644 --- a/pillar/api/search/queries.py +++ b/pillar/api/search/queries.py @@ -72,9 +72,7 @@ def do_node_search(query: str, terms: dict, page: int) -> dict: Q('term', tags=query), ] - must = [ - Q('term', _type='node') - ] + must = [] if not query: should = []