Skip to content

Commit

Permalink
Document new searching fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Jun 8, 2022
1 parent bcc54a9 commit a717906
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ Lookup semantics are generally the same as in Django. See [Django documentation
* `endswith`
* `iendswith`
-
* - `reading_time`
- * `exact`
* `lt`
* `gt`
* `lte`
* `gte`
- Estimated time needed to read article, in minutes. Seconds are expressed as fraction of minute, e.g. 1 minute 30 seconds is `1.5`.
* - `reader_position`
- * `exact`
* `lt`
* `gt`
* `lte`
* `gte`
- Part of article that you have read, as fraction between 0 and 1. Half of article is `0.5`.
* - `published_time`
- * `exact`
* `lt`
Expand Down

0 comments on commit a717906

Please sign in to comment.