mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
Remove search result order for non-RUM indexes
This commit is contained in:
parent
23db6774cf
commit
817c66bc3e
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ defmodule Pleroma.Activity.Search do
|
|||
"to_tsvector('english', ?->>'content') @@ plainto_tsquery('english', ?)",
|
||||
o.data,
|
||||
^search_query
|
||||
),
|
||||
order_by: [desc: :id]
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue