Skip to content

Commit b90cf81

Browse files
committed
Some more minor Search page tweaks.
1 parent a0f9ed5 commit b90cf81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Search.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parent: Features
55
---
66

77
{: .note }
8-
> This page's content only applies to Tiny Tiny RSS's built-in search. Plugins may provide alternative search behavior.
8+
> This page's content only applies to Tiny Tiny RSS's built-in search. Plugins may provide different search behavior.
99
1010
## Table of contents
1111
{: .no_toc .text-delta }
@@ -36,7 +36,7 @@ A search query consists of one or more keywords, of which there are 3 types:
3636
* `tag:true`, `tag:false`, `tag:sometag`, `tag:"two words"` - match articles with any tag, no tag, or having the specified tag (exact-string match)
3737
* <a id="keyword-date"></a> **Date**
3838
* A Date keyword allows filtering articles by their publication (or last updated) date.
39-
* A Date keyword has to represent a fixed day. For example `@"last week"`, `@2023-11` or `@2024` cannot be used because they represent a range of several days.
39+
* A Date keyword has to represent a fixed day. For example: `@"last week"`, `@2023-11`, or `@2024` cannot be used because they represent a range of several days.
4040
* Examples:
4141
* `@2025-10-28` (formatted as `@YYYY-MM-DD`)
4242
* `@2025/10/28` (formatted as `@YYYY/MM/DD`)
@@ -185,5 +185,6 @@ Desired areas of improvement include:
185185
* logical operators and grouping around any type of keyword
186186
* proper highlighting in all cases
187187
* detection of invalid queries, with a warning displayed
188+
* date ranges
188189

189190
Contributions are welcome!

0 commit comments

Comments
 (0)