Add sorting by rating
This commit is contained in:
@@ -377,6 +377,11 @@ class TestBookSearchCommand:
|
||||
"",
|
||||
["Dune", "The Fellowship", "The Hobbit", "Programming Book"],
|
||||
),
|
||||
(
|
||||
"sort:rating-desc",
|
||||
"alice",
|
||||
["The Hobbit", "Dune", "Programming Book", "The Fellowship"],
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_book_search_advanced_queries(
|
||||
|
||||
Reference in New Issue
Block a user