Skip to content

Commit

Permalink
Merge pull request #182 from echoriiku/main
Browse files Browse the repository at this point in the history
Add documentation for filter by read position
  • Loading branch information
jacksonh authored Feb 27, 2024
2 parents 4d9a219 + 4eccf13 commit 354c04b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ The `is:` filter options are:
- `is:read`: Show only items that are fully read
- `is:unread`: (the default selected option) Show unread items

## Filtering by read position

The `readPosition:` filter can be used to filter your search results based on how much of an item you have read.

- `readPosition:>30`: Shows items where you have **read more than 30%** of the total content.
- `readPosition:<60`: Shows items where you have **read less than 60%** of the total content.

For example, `readPosition:>30` will show articles where you have scrolled past 30% of the content. `readPosition:<60` will show articles where you haven't reached 60% of the content yet.

## Filtering by type

The `type:` filter is used to filter search by type.
Expand Down

0 comments on commit 354c04b

Please sign in to comment.