From d9665cab55078aa6e0c6ca4dce4a2c7ea8c4177d Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 24 Dec 2021 10:16:36 +0100 Subject: Add support for search_aliases in the settings file. Refs: https://todo.sr.ht/~valhalla/lesana/11 --- docs/source/man/lesana-search.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/source/man') diff --git a/docs/source/man/lesana-search.rst b/docs/source/man/lesana-search.rst index fff4b8e..f7bcf9c 100644 --- a/docs/source/man/lesana-search.rst +++ b/docs/source/man/lesana-search.rst @@ -7,7 +7,8 @@ SYNOPSIS lesana search [--help] [--collection COLLECTION] [--template TEMPLATE] \ [--offset OFFSET] [--pagesize PAGESIZE] [--all] \ - [--sort FIELD1 [--sort FIELD2 ...]] [query [query ...]] + [--expand-query-template] [--sort FIELD1 [--sort FIELD2 ...]] \ + [query [query ...]] DESCRIPTION =========== @@ -50,4 +51,6 @@ OPTIONS This option can be added multiple times; prefix the name of the field with ``-`` to reverse the results (e.g. ``--sort='-date'``). +expand-query-template + Render search_aliases in the query as a jinja2 template -- cgit v1.2.3