diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-22 21:54:34 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-22 21:54:34 +0100 |
commit | 0def616f189ed5bdbbe1db7dc59a3c6cfca6f51e (patch) | |
tree | b79dccc2b40d24e06c8d5298b156b2a81465f996 /docs | |
parent | 12433f49781a47df3219483b3200409b80ddd97f (diff) |
Link to the search syntax in the getting started guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/user/getting_started_command_line.rst | 3 |
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. |