mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 18:33:02 +02:00
Add missing reverse apostrophe in search documentation
This commit is contained in:
parent
ed6656e974
commit
7f3d6f6b15
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ The syntax for searching for dates is::
|
|||
If the date is ambiguous, the current locale is used for date comparison. For example, in an mm/dd/yyyy
|
||||
locale, 2/1/2009 is interpreted as 1 Feb 2009. In a dd/mm/yyyy locale, it is interpreted as 2 Jan 2009. Some
|
||||
special date strings are available. The string ``today`` translates to today's date, whatever it is. The
|
||||
strings `yesterday`` and ``thismonth`` also work. In addition, the string ``daysago`` can be used to compare
|
||||
strings ``yesterday`` and ``thismonth`` also work. In addition, the string ``daysago`` can be used to compare
|
||||
to a date some number of days ago, for example: date:>10daysago, date:<=45daysago.
|
||||
|
||||
You can search for books that have a format of a certain size like this::
|
||||
|
|
|
|||
Loading…
Reference in a new issue