diff --git a/API.md b/API.md index 5dc0381d..6407ea12 100644 --- a/API.md +++ b/API.md @@ -622,6 +622,9 @@ take following form: | `..4` | will show things that are equal to at most 4. | | `1..4` | will show things that are equal to 1, 2, 3 or 4. | +Ranged values can be also supplied by appending `-min` or `-max` to the key, +for example like this: `score-min:1`. + Date/time values can be of following form: - `today` diff --git a/client/html/help-search-general.hbs b/client/html/help-search-general.hbs index 27ee963a..ab21582b 100644 --- a/client/html/help-search-general.hbs +++ b/client/html/help-search-general.hbs @@ -58,6 +58,10 @@ take following form:

+

Ranged values can be also supplied by appending -min or +-max to the key, for example like this: +score-min:1.

+

Date/time values can be of following form: