mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue