forked from AkkomaGang/akkoma
Mastodon API search default value for "resolve" is false
https://docs.joinmastodon.org/api/rest/accounts/ https://docs.joinmastodon.org/api/rest/search/
This commit is contained in:
parent
2993361075
commit
6872c5f88f
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