search_sql() returns most relevant first, not least

Refs #192
This commit is contained in:
Simon Willison 2020-11-06 15:50:02 -08:00
commit 771bd81b62
4 changed files with 4 additions and 4 deletions

View file

@ -386,7 +386,7 @@ def test_enable_fts_replace_does_nothing_if_args_the_same():
"where\n"
" [books_fts] match :query\n"
"order by\n"
" rank desc"
" rank"
),
),
(