Skip to content

Commit 718a8f6

Browse files
authored
Clarified description of --quote
1 parent 54191d4 commit 718a8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ By default it shows the most relevant matches first. You can specify a different
15541554
# Sort by created in descending order
15551555
$ sqlite-utils search mydb.db documents searchterm -o 'created desc'
15561556

1557-
SQLite `advanced search syntax <https://www.sqlite.org/fts5.html#full_text_query_syntax>`__ is enabled by default. To run a search with automatic quoting use the ``--quote`` option.
1557+
SQLite `advanced search syntax <https://www.sqlite.org/fts5.html#full_text_query_syntax>`__ is enabled by default. To run a search with automatic quoting applied to the terms to avoid them being potentially interpreted as advanced search syntax use the ``--quote`` option.
15581558

15591559
You can specify a subset of columns to be returned using the ``-c`` option one or more times::
15601560

0 commit comments

Comments
 (0)