Merge branch 'fix/mastodon-user-search' into 'develop'

Fix/mastodon user search

See merge request pleroma/pleroma!1224
This commit is contained in:
lambda 2019-05-31 18:46:57 +00:00
commit 3415962d60
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ defmodule Pleroma.User do
from(s in subquery(boost_search_rank_query(distinct_query, for_user)),
order_by: [desc: s.search_rank],
limit: 20
limit: 40
)
end