Add the sorting for Author Index LiveView.

dev
KKlochko 3 months ago
parent 4626ff8a29
commit 07a4d6f9ce

@ -108,6 +108,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Index do
page = Metadata.search_author!( page = Metadata.search_author!(
search_query, search_query,
query: [sort_input: sort_by],
page: page_params ++ [count: true], page: page_params ++ [count: true],
) )

Loading…
Cancel
Save