summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-03-22 21:54:34 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-03-22 21:54:34 +0100
commit0def616f189ed5bdbbe1db7dc59a3c6cfca6f51e (patch)
treeb79dccc2b40d24e06c8d5298b156b2a81465f996
parent12433f49781a47df3219483b3200409b80ddd97f (diff)
Link to the search syntax in the getting started guide
-rw-r--r--docs/source/user/getting_started_command_line.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/user/getting_started_command_line.rst b/docs/source/user/getting_started_command_line.rst
index 04913d7..5525aa0 100644
--- a/docs/source/user/getting_started_command_line.rst
+++ b/docs/source/user/getting_started_command_line.rst
@@ -46,7 +46,8 @@ you entered in one of the indexed fields::
lesana search some words
this will also print the entry ids of matching items, so that you can
-open them with ``lesana edit``.
+open them with ``lesana edit``. See :doc:`search` for more details on
+the search syntax.
If you're using git, entries will be autoadded to the staging area, but
you need to commit them, so that you can choose how often you do so.