Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed May 29, 2020
2 parents fadb221 + fd881ee commit 5baf1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def users_fetch(request):
).exclude(hide_profile=True)

if q:
profile_list = profile_list.filter(Q(follower__org__handle__in=[tribe]) | Q(organizations_fk__handle__in=[tribe])).distinct()
profile_list = profile_list.filter(Q(handle__icontains=q) | Q(keywords__icontains=q)).distinct()

if tribe:

Expand Down

0 comments on commit 5baf1cd

Please sign in to comment.