forked from AkkomaGang/akkoma
Search: Only skip ordering the rum index.
This commit is contained in:
parent
2ee0fc194a
commit
8b90d62506
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def search(user, search_query, options \\ []) do
|
|||
|> maybe_restrict_author(author)
|
||||
|> maybe_restrict_blocked(user)
|
||||
|> Pagination.fetch_paginated(
|
||||
%{"offset" => offset, "limit" => limit, "skip_order" => true},
|
||||
%{"offset" => offset, "limit" => limit, "skip_order" => index_type == :rum},
|
||||
:offset
|
||||
)
|
||||
|> maybe_fetch(user, search_query)
|
||||
|
|
Loading…
Reference in a new issue