fix for the docs.

This commit is contained in:
jonaswinkler 2020-11-30 23:02:59 +01:00
parent 9318c2c0bc
commit 756c80690d

View File

@ -176,20 +176,20 @@ further.
Matching documents with logical expressions: Matching documents with logical expressions:
.. code:: none .. code::
shopname AND (product1 OR product2) shopname AND (product1 OR product2)
Matching specific tags, correspondents or types: Matching specific tags, correspondents or types:
.. code:: none .. code::
type:invoice tag:unpaid type:invoice tag:unpaid
correspondent:university certificate correspondent:university certificate
Matching dates: Matching dates:
.. code:: none .. code::
created:[2005 to 2009] created:[2005 to 2009]
added:yesterday added:yesterday
@ -197,7 +197,7 @@ Matching dates:
Matching inexact words: Matching inexact words:
.. code:: none .. code::
produ*name produ*name