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

@ -927,7 +927,7 @@ Use the ``--sql`` option to output the SQL that would be executed, rather than r
where
[documents_fts] match :query
order by
rank desc
rank
.. _cli_vacuum: