forked from AkkomaGang/akkoma
Merge branch 'fix/mastodon-user-search' into 'develop'
Fix/mastodon user search See merge request pleroma/pleroma!1224
This commit is contained in:
commit
3415962d60
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ def search_query(query, for_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
|
||||
|
||||
|
|
Loading…
Reference in a new issue