forked from AkkomaGang/akkoma
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 @@ defp query_with(q, :gin, search_query) do
|
|||
"to_tsvector('english', ?->>'content') @@ plainto_tsquery('english', ?)",
|
||||
o.data,
|
||||
^search_query
|
||||
),
|
||||
order_by: [desc: :id]
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue