Skip to content

Commit

Permalink
fix search wip filter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Dec 5, 2024
1 parent 839f1e5 commit 6a49786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/feeds/impl/search_api_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def add_search_query_filters(query, search_query, data_type, feed_id, status) ->
or_(
t_feedsearch.c.operational_status == None, # noqa: E711
t_feedsearch.c.operational_status != "wip",
is_user_email_restricted(),
not is_user_email_restricted(),
)
)
if feed_id:
Expand Down

0 comments on commit 6a49786

Please sign in to comment.