We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f1e5 commit 6a49786Copy full SHA for 6a49786
api/src/feeds/impl/search_api_impl.py
@@ -42,7 +42,7 @@ def add_search_query_filters(query, search_query, data_type, feed_id, status) ->
42
or_(
43
t_feedsearch.c.operational_status == None, # noqa: E711
44
t_feedsearch.c.operational_status != "wip",
45
- is_user_email_restricted(),
+ not is_user_email_restricted(),
46
)
47
48
if feed_id:
0 commit comments