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:
feld 2019-05-31 18:46:57 +00:00 committed by lambda
parent 2993361075
commit 6872c5f88f
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